mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
13 lines
370 B
NASM
13 lines
370 B
NASM
; @com.wudsn.ide.asm.mainsourcefile=scorch.asm
|
|
|
|
.IF *>0 ;this is a trick that prevents compiling this file alone
|
|
|
|
statusBuffer
|
|
; 0123456789012345678901234567890123456789
|
|
dta d"Player: "
|
|
dta char_joy
|
|
dta d" "
|
|
dta d"Energy: Angle: Force: "
|
|
dta d"Round: Wind: "
|
|
|
|
.ENDIF |