Prepare for versions on other 6502 machines.

This commit is contained in:
Pecusx
2023-05-04 21:10:45 +02:00
parent 367e87093e
commit 569cbddfe2
14 changed files with 1173 additions and 1161 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