Correct some documentation comments

This commit is contained in:
Remy Oukaour
2017-12-15 21:32:43 -05:00
parent e44640b008
commit f96aab4014
3 changed files with 5 additions and 2 deletions

View File

@@ -1,17 +1,20 @@
INCLUDE "includes.asm"
SECTION "NULL", ROM0
NULL::
INCLUDE "rst.asm"
INCLUDE "interrupts.asm"
SECTION "Header", ROM0
Start::
nop
jp _Start
SECTION "Home", ROM0
INCLUDE "home/init.asm"