packages feed

LC3 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+1/−7 lines, 2 files

Files

LC3.cabal view
@@ -1,5 +1,5 @@ name:                LC3-version:             0.1.0.1+version:             0.1.0.2 synopsis:            LC-3 virtual machine description:         Haskell implementation of the LC-3 VM license:             BSD3
README.md view
@@ -3,12 +3,6 @@  A Haskell implementation of the [LC3 virtual machine](https://justinmeiners.github.io/lc3-vm/) -This is still a heavy WIP. Some todo items..--### Todo-  - [x] Support `ADD` instructions-  - [x] Now draw the rest of the owl.- ### Play 2048!  ```bash