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
- Host: GitHub
- URL: https://github.com/ir33k/a86
- Owner: ir33k
- Created: 2023-04-23T14:52:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T17:58:59.000Z (about 2 years ago)
- Last Synced: 2025-01-08T16:30:22.127Z (5 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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
$