diff options
author | yenatch <yenatch@gmail.com> | 2013-12-20 01:06:01 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-20 01:06:01 -0500 |
commit | 7265a1c55744231b0bc288d915d6af82f9f22116 (patch) | |
tree | d4273bd60f84f65b4e82cd1b3532924791643b49 | |
parent | 046d85f37a04b9e6206561b0892b5b6585416d1e (diff) |
NULL label
-rw-r--r-- | home.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ INCLUDE "includes.asm" +SECTION "NULL", ROM0[0] +NULL: -SECTION "Hardware", ROM0 INCLUDE "rst.asm" INCLUDE "interrupts.asm" |