Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
6502-cr
master
CPU
Disassembler
Instructions
Memory
Generated using Crystal 1.14.0
2025-03-04 09:00:21 UTC
struct
Disassembler
Disassembler
Struct
Value
Object
Defined in:
6502.cr
Constructors
.new
(memory : Memory)
Instance Method Summary
#display_instruction
(ins : UInt8)
#dump_program
#memory
: Memory
#program_counter
: UInt16
#program_counter=
(program_counter : UInt16)
Constructor Detail
def self.
new
(memory :
Memory
)
#
[
View source
]
Instance Method Detail
def
display_instruction
(ins : UInt8)
#
[
View source
]
def
dump_program
#
[
View source
]
def
memory
:
Memory
#
[
View source
]
def
program_counter
: UInt16
#
[
View source
]
def
program_counter=
(program_counter : UInt16)
#
[
View source
]