Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
| "MOS6502" an emulator of the MOS 6502 computer architecture. | |
create a new instance of the MOS 6502 virtual machine |
obj["CycleCount"] | the number of cycles the machine has been run | |
obj["MemoryState"] | ||
obj["MemoryView"] | ||
obj["ProcessorState"] | ||
obj["StepCount"] | the number of steps the machine has been run |
return an interactive debugger | ||
load a list of integers bin | ||
read the contents of the memory address addr | ||
write val addr | ||
reset the state of the processor, setting the program counter to org | ||
reset the machine, loads bin org | ||
run n | ||
run n |
Examples | MoreExamples⊳ |
VirtualMachine |
|
VirtualMachineObject | |||||||||
|
| |||||||||||||||
VirtualMachineExecute |
|
VirtualMachineExecute |
|
VirtualMachineExecute |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||