2439905184 / 2439905184/binary-instruction
V2版二进制指令文件设计
Open
enhancement
good first issue
- Dominant language
- D
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```D
struct CommandFile
{
byte[2] machine_code;
int params;//有多少个参数
int p1_length;
byte[] p1;
int p2 length;
byte[] p2;
int p3_length;
byte[] p3;
//以此类推
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.