Scrap preprocessor, add .include directive instead
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
7
examples/constants.asm
Normal file
7
examples/constants.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
.section data $0x1000 {
|
||||
dead: .u16 $0xDEAD
|
||||
beef: .u16 $0xBEEF
|
||||
|
||||
.export dead
|
||||
.export beef
|
||||
}
|
||||
Reference in New Issue
Block a user