Archived
1
0
Fork 0
A tool to make gecko code from ASM https://pypi.org/project/supSMSASM/
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.
Find a file
2022-10-14 18:46:03 +09:00
src/supGeckoASM init 2022-10-14 18:46:03 +09:00
.gitignore init 2022-10-14 18:46:03 +09:00
LICENSE init 2022-10-14 18:46:03 +09:00
MANIFEST.in init 2022-10-14 18:46:03 +09:00
pyproject.toml init 2022-10-14 18:46:03 +09:00
README.md init 2022-10-14 18:46:03 +09:00
setup.cfg init 2022-10-14 18:46:03 +09:00

supGeckoASM

A tool to make gecko code from ASM

Supported code type

C0

C2

$$ = 0;
$C2$.xxx = ...;

06

$$ = ...;
$b$.xxx = ...;
$bl$.yyy = ...;