https://github.com/farlepet/oisc-cpu
One Instruction Set Computer (OISC) emulator and assembler created in C.
https://github.com/farlepet/oisc-cpu
Last synced: 18 days ago
JSON representation
One Instruction Set Computer (OISC) emulator and assembler created in C.
- Host: GitHub
- URL: https://github.com/farlepet/oisc-cpu
- Owner: farlepet
- Created: 2014-02-10T02:19:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T23:00:01.000Z (over 11 years ago)
- Last Synced: 2024-04-16T01:10:17.243Z (about 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
oisc-cpu: An OISC CPU emulator and assembler
Building
--------You must have `gcc` installed and be running a linux system
To build, just run `make`