8 lines
107 B
NASM
8 lines
107 B
NASM
|
|
.section data $0x1000 {
|
||
|
|
dead: .u16 $0xDEAD
|
||
|
|
beef: .u16 $0xBEEF
|
||
|
|
|
||
|
|
.export dead
|
||
|
|
.export beef
|
||
|
|
}
|