Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmjio/lc3

:floppy_disk: The LC3 virtual machine
https://github.com/dmjio/lc3

assembly haskell instruction-set-architecture lc3 opcodes virtual-machine

Last synced: about 2 months ago
JSON representation

:floppy_disk: The LC3 virtual machine

Awesome Lists containing this project

README

        

LC3
===================

A Haskell implementation of the [LC3 virtual machine](https://justinmeiners.github.io/lc3-vm/)

### Play 2048!

```bash
$ nix-build
$ ./result/bin/LC3 ./2048.obj
```

### Result

```
+--------------------------+
| |
| 16 4 4 |
| |
| 2 2 |
| |
| 2 |
| |
| |
| |
+--------------------------+
```

### Play Rogue!

```bash
$ nix-build
$ ./result/bin/LC3 ./rogue.obj
```

### Result

```
################## ############
################### ########
####################### #
######################## # #
###############################D
################################
################################
##############################
# #############################
## @ ##########################
##### #########################
###### ########################
####### ######################
######### ###################
############ ## ##############
############# #############
```