Begin disassembling bg.s

This commit is contained in:
Diegoisawesome
2017-09-04 21:18:52 -05:00
parent 7ea0d462c4
commit ea33650dc1
3 changed files with 552 additions and 1081 deletions

View File

@@ -42,6 +42,7 @@ SECTIONS {
src/malloc.o(.text);
src/dma3_manager.o(.text);
src/gpu_regs.o(.text);
src/bg.o(.text);
asm/bg.o(.text);
asm/blit.o(.text);
src/window.o(.text);