-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Emulator | ||
|
||
Contains the emulator for the gol-16. Can be used to debug programs. | ||
Contains the emulator for the gol-16. Can be used to debug programs. **Under construction.** | ||
|
||
# Usage | ||
|
||
Run `gemu` with a compiled program from the gol-16 assembler to simulate its execution: | ||
|
||
```console | ||
gemu program.o | ||
``` | ||
|
||
# Building & Development | ||
|
||
You can build the emulator using `make`. You can also use `make test` to run the unit tests for `gemu` while developing. |