65oo2/vm/jit/x64/x64.S

15 lines
159 B
ArmAsm
Raw Normal View History

2024-02-22 04:10:55 +00:00
#include "register.h"
.globl asm_NOP
.globl asm_NOP_end
asm_NOP:
nop
asm_NOP_end:
.globl asm_DEY
.globl asm_DEY_end
asm_DEY:
dec REG_Y
asm_DEY_end: