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

https://github.com/ir33k/a86

Decode Intel 8086 16-bit microprocessor binary instructions
https://github.com/ir33k/a86

Last synced: 3 months ago
JSON representation

Decode Intel 8086 16-bit microprocessor binary instructions

Awesome Lists containing this project

README

        

Decode Intel 8086 16-bit microprocessor binary instructions.
Only few instructions are implemented, for fun (^_^ )

Test, build and run

$ ./test # Build and run tests
$ ./build # Build main a86 program

$ ./a86 input # Decode "input" file
$