1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

code_page

This commit is contained in:
rumbledethumps
2025-10-20 23:06:32 -07:00
parent 9b54be41da
commit f06acc993a
+1 -1
View File
@@ -34,7 +34,7 @@ RIA_OP_EXIT := $FF
RIA_OP_ZXSTACK := $00
RIA_OP_XREG := $01
RIA_OP_PHI2 := $02
RIA_OP_CODEPAGE := $03
RIA_OP_CODE_PAGE := $03
RIA_OP_LRAND := $04
RIA_OP_STDIN_OPT := $05
RIA_OP_ERRNO_OPT := $06