Separate crt0, rom_header, and rom_header_gf

This commit is contained in:
GriffinR
2022-06-21 20:10:07 -04:00
parent 0ef7307040
commit 2eb1c9664e
9 changed files with 253 additions and 150 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ SECTIONS {
.text :
ALIGN(4)
{
src/crt0.o(.text);
src/rom_header.o(.text);
src/rom_header_gf.o(.text*);
src/crt0.o(.text);
src/main.o(.text);
src/gpu_regs.o(.text);
src/dma3_manager.o(.text);