module Cr6502::MemoryUtils
Direct including types
Defined in:
memory_utils.crInstance Method Summary
- #memread(addr : UInt16)
- #memwrite(addr : UInt16, value : UInt8) : Nil
- #pop_pc : UInt16
- #push_flags : Nil
- #push_pc : Nil
- #read_addr_for(mode) : UInt16
- #stack_inspect
- #stack_peek
- #stack_pop : UInt8
- #stack_push(value : UInt8) : Nil