module Cr6502::Instructions
Direct including types
Defined in:
instructions.cr
Instance Method Summary
Instance Method Detail
def
exec_adc(addr : UInt16)
#
def
exec_and(addr : UInt16)
#
def
exec_asl(addr : UInt16)
#
def
exec_bcc(mem : UInt16)
#
def
exec_bcs(mem : UInt16)
#
def
exec_beq(mem : UInt16)
#
def
exec_bit(addr : UInt16)
#
def
exec_bmi(mem : UInt16)
#
def
exec_cmp(addr : UInt16)
#
def
exec_cpx(addr : UInt16)
#
def
exec_cpy(addr : UInt16)
#
def
exec_dec(addr : UInt16)
#
def
exec_eor(addr : UInt16)
#
def
exec_inc(addr : UInt16)
#
def
exec_jmp(addr : UInt16)
#
def
exec_jsr(addr : UInt16)
#
def
exec_lda(addr : UInt16)
#
def
exec_ldx(addr : UInt16)
#
def
exec_ldy(addr : UInt16)
#
def
exec_lsr(addr : UInt16)
#
def
exec_ora(addr : UInt16)
#
def
exec_rol(addr : UInt16)
#
def
exec_ror(addr : UInt16)
#
def
exec_sbc(addr : UInt16)
#
def
exec_sta(addr : UInt16)
#
def
exec_stx(addr : UInt16)
#
def
exec_sty(addr : UInt16)
#