Remove examples/constants.asm, update deadbeef.asm to not use it
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
.section data $0x1000 {
|
||||
dead: .u16 $0xDEAD
|
||||
beef: .u16 $0xBEEF
|
||||
|
||||
.export dead
|
||||
.export beef
|
||||
}
|
||||
@@ -1,4 +1,10 @@
|
||||
.include "constants.asm"
|
||||
.section data $0x1000 {
|
||||
dead: .u16 $0xDEAD
|
||||
beef: .u16 $0xBEEF
|
||||
|
||||
.export dead
|
||||
.export beef
|
||||
}
|
||||
|
||||
.section code $0x0 {
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user