summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-12-20 01:06:01 -0500
committeryenatch <yenatch@gmail.com>2013-12-20 01:06:01 -0500
commit7265a1c55744231b0bc288d915d6af82f9f22116 (patch)
treed4273bd60f84f65b4e82cd1b3532924791643b49
parent046d85f37a04b9e6206561b0892b5b6585416d1e (diff)
NULL label
-rw-r--r--home.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 9143b2266..3afee8189 100644
--- a/home.asm
+++ b/home.asm
@@ -1,7 +1,8 @@
INCLUDE "includes.asm"
+SECTION "NULL", ROM0[0]
+NULL:
-SECTION "Hardware", ROM0
INCLUDE "rst.asm"
INCLUDE "interrupts.asm"