Move some more main.asm routines into individual files

This commit is contained in:
Remy Oukaour
2017-12-16 19:00:50 -05:00
parent 05d49f7d75
commit 25a3960646
21 changed files with 301 additions and 300 deletions

View File

@@ -4,7 +4,10 @@ INCLUDE "includes.asm"
SECTION "NULL", ROM0
NULL::
INCLUDE "rst.asm"
INCLUDE "interrupts.asm"