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