Skip to content

Commit

Permalink
Merge pull request #11 from lisphacker/lisphacker-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lisphacker authored Oct 29, 2023
2 parents 29b3ab0 + 487828b commit a4a9e99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ This is a Haskell implementation of an emulator for the Tesselated Intelligence

The emulation is not quite complete since it does not yet support the ANY and LAST ports but everything else should work (🤞).

To run one of the examples:
```sh
stack run tissim -- examples/segment00150/segment00150.asm -c examples/segment00150/segment00150.cfg
```

To run tests:
```sh
stack test
```

Thanks to [Derek Anderson](https://github.com/Phlarx) for the layout and I/O format spec and [Clara Schaertl Short et al](https://github.com/kk4ead) for the [best practices document](https://kk4ead.github.io/tis-100/).

0 comments on commit a4a9e99

Please sign in to comment.