1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-22 17:16:21 +00:00

fix xreg.s

This commit is contained in:
rumbledethumps
2025-10-04 16:29:30 -07:00
parent 23b8bafbf6
commit a6763af95c

View File

@@ -6,7 +6,7 @@
.export _xreg
.importzp c_sp
.import addysp, _ria_call_int_errno
.import addysp, _ria_call_int
.include "rp6502.inc"
@@ -32,6 +32,6 @@
; run RIA operation
lda #RIA_OP_XREG
jmp _ria_call_int_errno
jmp _ria_call_int
.endproc