Remove examples/constants.asm, update deadbeef.asm to not use it

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-27 17:33:44 -05:00
parent 4b96902831
commit 782a2ea4e9
2 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
.section data $0x1000 {
dead: .u16 $0xDEAD
beef: .u16 $0xBEEF
.export dead
.export beef
}

View File

@@ -1,4 +1,10 @@
.include "constants.asm"
.section data $0x1000 {
dead: .u16 $0xDEAD
beef: .u16 $0xBEEF
.export dead
.export beef
}
.section code $0x0 {
main: