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

15 lines
159 B
ArmAsm

#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: