fix test
This commit is contained in:
@@ -1,7 +1,16 @@
|
|||||||
.include "zeropage.inc"
|
.include "zeropage.inc"
|
||||||
|
|
||||||
|
; FIXME: there must be a less ugly way to do this
|
||||||
|
.ifp4510
|
||||||
|
.else
|
||||||
|
.ifp45GS02
|
||||||
|
.else
|
||||||
|
|
||||||
.proc _func
|
.proc _func
|
||||||
ldy #0
|
ldy #0
|
||||||
lda (sp),y
|
lda (sp),y
|
||||||
rts
|
rts
|
||||||
.endproc
|
.endproc
|
||||||
|
|
||||||
|
.endif
|
||||||
|
.endif
|
||||||
|
|||||||
Reference in New Issue
Block a user