Files
rasp/examples/constants.asm
2020-02-27 15:52:17 -05:00

8 lines
107 B
NASM

.section data $0x1000 {
dead: .u16 $0xDEAD
beef: .u16 $0xBEEF
.export dead
.export beef
}