2439905184 / 2439905184/binary-instruction

V2版二进制指令文件设计

Open
#8 1 comment 0 reactions 1 assignee Claimed by @2439905184 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.