six5go2

command module
v0.0.0-...-067d2fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

README

6502 Emulator, Debugger and Disassembler

six5go2

Six5go2 - 6502 Emulator and Disassembler in Golang (c) 2022 Zayn Otley

USAGE - ./six5go2 target_filename hex_entry_point dis/mon hex

EXAMPLE - ./six5go2 AllSuiteA.bin 4000 mon

EXAMPLE - ./six5go2 AllSuiteA.bin 4000 dis

EXAMPLE - ./six5go2 AllSuiteA.bin 4000 dis hex

Choose Disassembler or Machine Monitor at command line with dis or mon parameter.

Specify hex as optional parameter with the disassembler to have opcodes as comments in the source output.

To build the project:

git clone https://github.com/intuitionamiga/six5go2.git
cd six5go2
go build -ldflags="-s -w" .

To run the disassembler on the AllSuiteA 6502 opcode test suite:

./six5go2 AllSuiteA.bin 4000 dis

To run the disassembler with hex opcodes as comments:

./six5go2 AllSuiteA.bin 4000 dis hex

To run the machine monitor:

./six5go2 AllSuiteA.bin 4000 mon

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL