Crates.io | olympia_disassembler |
lib.rs | olympia_disassembler |
version | 0.1.1 |
source | src |
created_at | 2019-12-13 07:41:07.566281 |
updated_at | 2019-12-22 18:57:34.228847 |
description | (DEPRECATED) Replaced by `olympia_cli disassemble` Olympia is a gameboy emulator and toolkit, intended to run as a native or web assembly application targeting a cycle count accurate emulation. olympia_disassembler is a CLI app to disassemble a GB ROM. |
homepage | https://gitlab.com/tonyfinn/olympia |
repository | https://gitlab.com/tonyfinn/olympia |
max_upload_size | |
id | 189003 |
size | 1,164,960 |
(DEPRECATED) Replaced by olympia_cli disassemble
olympia_disassembler
is a CLI app to disassemble a GB ROM. It uses olympia_engine
to parse out the ROM.
Usage:
olympia_disassembler rom.gb > disassembled.asm