diff options
| author | ISSOtm <eldredhabert0@gmail.com> | 2018-05-28 14:02:22 +0200 |
|---|---|---|
| committer | ISSOtm <eldredhabert0@gmail.com> | 2018-05-28 14:02:22 +0200 |
| commit | 39a6615bcbdcaf21190e2836f21755db1b394951 (patch) | |
| tree | 83aa5759d94b70bf54953303e546c716ac0a570c /sram.asm | |
| parent | f62a9355cdfc394dfcf5e322708e245a994f1895 (diff) | |
Disassemble a lil' bit
Diffstat (limited to 'sram.asm')
| -rw-r--r-- | sram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sram.asm b/sram.asm new file mode 100644 index 0000000..3ea96e7 --- /dev/null +++ b/sram.asm @@ -0,0 +1,4 @@ +SECTION "Unknown, bank 0", SRAM[$A600],BANK[0] + +s0_a600:: ; TODO: properly label this + ds 7 ; TODO: figure out exact size |
