Archived
1
0
Fork 0
This repository has been archived on 2024-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
supSMSASM/README.md

17 lines
179 B
Markdown
Raw Normal View History

2022-10-14 18:46:03 +09:00
# supGeckoASM
A tool to make gecko code from ASM
## Supported code type
### C0
### C2
```ld
$$ = 0;
$C2$.xxx = ...;
```
### 06
```ld
$$ = ...;
$b$.xxx = ...;
$bl$.yyy = ...;
```