Giter VIP home page Giter VIP logo

six5go2's Introduction

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

six5go2's People

Contributors

intuitionamiga avatar

Stargazers

 avatar Luca Sepe avatar Murat Çileli avatar  avatar Serge Gotsuliak avatar Jon-Michael avatar Ahqar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.