https://github.com/jamesalbert/nimulator
8080 emulator written in Nim
https://github.com/jamesalbert/nimulator
Last synced: about 1 year ago
JSON representation
8080 emulator written in Nim
- Host: GitHub
- URL: https://github.com/jamesalbert/nimulator
- Owner: jamesalbert
- Created: 2017-10-25T03:55:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T21:45:30.000Z (almost 9 years ago)
- Last Synced: 2025-06-08T09:45:55.632Z (about 1 year ago)
- Language: Nim
- Size: 177 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nimulator
8080 emulator written in Nim
#### 0.0.1 (alpha)
## Getting started
Ensure that nim and nimble are both installed, then run:
```
nimble run
```
The outputted assembly will be in `asm/`
run `nimble clean` to revert to clean state.