Giter VIP home page Giter VIP logo

flowchart.gb's Introduction

flowchart.gb

flowchart.gb is a flowchart generator for GameBoy binary.

Given a GameBoy ROM file or RGBASM file, a DSL file for flowchart.js will be generated.

requirements

  • Rust
  • Python3 (To disassemble a .gb file)

usage

When you execute cargo run, a file dialog will appear, so select the target file there.
The output DSL file is for flowchart.js. Please see flowchart.js for details.

# for gb file
cargo run

# for asm file
cargo run INIT_LABEL

usage for examples

examples/hello

This is rgbasm source file, so you need to input init label "start".

cargo run start # start: is ok.

examples/picture

This is gameboy ROM file, so you don't need to input init label.

cargo run

Warning

  1. The flowchart may be interrupted due to bank switch. In that case, execute the command again with the label at the break point as the init label.
  2. mgbdis is used for disassemble of gb file. Thank you!

flowchart.gb's People

Contributors

akatsuki105 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

alfie

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.