Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ferib/u8disasm

nX-U8/100 Disassembly Tool
https://github.com/ferib/u8disasm

assembly disassembler hacktoberfest nx-u8 re revers reverse-engineering u8

Last synced: 15 days ago
JSON representation

nX-U8/100 Disassembly Tool

Awesome Lists containing this project

README

        

# U8Disasm

![U8Disasm Logo](https://github.com/ferib/U8Disasm/blob/master/img/nxu8_logo.png?raw=true)

This library is designed for the 8-Bit `nX-U8/100` RISC Assembly Architecture.

# Examples

### U8 Console

The `Examples\U8Console` generates a basic disassembler output in color.

![console example](https://github.com/ferib/U8Disasm/blob/master/img/8bit_disasm.png?raw=true)

### U8 Form

The `Examples\U8Form` makes use of the `U8Disasm.Analyser` to identify possible subroutines by analysing blocks of code.