17 lines
179 B
Markdown
17 lines
179 B
Markdown
|
# supGeckoASM
|
||
|
A tool to make gecko code from ASM
|
||
|
|
||
|
## Supported code type
|
||
|
### C0
|
||
|
### C2
|
||
|
```ld
|
||
|
$$ = 0;
|
||
|
$C2$.xxx = ...;
|
||
|
```
|
||
|
### 06
|
||
|
```ld
|
||
|
$$ = ...;
|
||
|
$b$.xxx = ...;
|
||
|
$bl$.yyy = ...;
|
||
|
```
|