.text .global _casio_syscall_test _casio_syscall_test: mov.l .syscall_entry, r1 mov.l .sys_getVRAM, r0 jmp @r1 nop .align 4 .syscall_entry: .long 0x80010070 .sys_getVRAM: .long 0x00000135 .end