This commit is contained in:
mrdudz
2015-11-29 01:24:01 +01:00
parent 9fbf8a4299
commit 1893e24da9
5 changed files with 15 additions and 12 deletions

View File

@@ -1,12 +1,14 @@
; original lcdtest.s by PeT (mess@utanet.at)
.export _main
.include "gamate.inc"
.include "gamate.inc"
.zeropage
addr: .word 0
.zeropage
addr: .word 0
psa: .word 0
.data
.data
temp_x: .byte 0
temp_y: .byte 0
temp_a: .byte 0