cc65/libsrc/rp6502/codepage.c

7 lines
101 B
C

#include <rp6502.h>
int __fastcall__ codepage (void)
{
return ria_call_int (RIA_OP_CODEPAGE);
}