moving displays + opty part 1

This commit is contained in:
2022-09-17 09:59:56 -04:00
parent 0693e5d20e
commit fe55f94702
6 changed files with 45 additions and 43 deletions
+11
View File
@@ -0,0 +1,11 @@
; @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 d"Energy: Angle: Force: "
dta d"Round: Wind: "
.ENDIF