more cleanup, joystick works again

This commit is contained in:
mrdudz
2015-07-12 14:27:24 +02:00
parent 21999b081f
commit 891cb97b2f
27 changed files with 822 additions and 919 deletions

View File

@@ -1,19 +1,17 @@
;
; Ullrich von Bassewitz, 06.08.1998
;
; CC65 runtime: call function via pointer in ax
;
.export callax
.export callax
.code
callax:
sta vec
stx vec+1
jmp (vec) ; jump there
sta vec
stx vec+1
jmp (vec) ; jump there
.bss
vec:
.res 2
.res 2