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