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

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

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.