Giter Club home page Giter Club logo

dis6280's Introduction

dis6280

PC Engine( HuC6280 ) Disassembler

It is a disassembler of the PC engine.

Disassemble the ROM and Generate source code from binary data.

(As much as possible) Fixed the output to follow the mnemonics of PCEAS.exe.


1.compilation

(Borland C++ 5.5)

set path="C:\borland\bcc55\Bin"

BCC32.EXE -w-8057 dis.cpp format.cpp -Edis6280.exe

(I think it can be compiled with gcc.)


2.command line

dis6280 [length] [offset] [startaddr] [-[b][w]]

[length] number of instructions to parse

[offset] first byte of the input file to parse

[startaddr] outfile's starting address

(numbers default to decimal; hexadecimal if preceeded by '$')

-b?? .DB $xx,$xx...(??)

-w?? .DW $xxxx,$xxxx...(??)

dis6280's People

Contributors

yasu-ken 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.