This commit is contained in:
mrdudz
2025-06-27 17:32:20 +02:00
parent 74a2262157
commit 0d28f6ff8c

View File

@@ -1,7 +1,16 @@
.include "zeropage.inc"
; FIXME: there must be a less ugly way to do this
.ifp4510
.else
.ifp45GS02
.else
.proc _func
ldy #0
lda (sp),y
rts
.endproc
.endif
.endif