Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martindevans/lc3vm


https://github.com/martindevans/lc3vm

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

## LC3 VM

A VM and assembler for LC3, a simple 16 bit ISA.

## References

- https://en.wikipedia.org/wiki/Little_Computer
- https://justinmeiners.github.io/lc3-vm/
- https://justinmeiners.github.io/lc3-vm/supplies/lc3-isa.pdf
- https://highered.mheducation.com/sites/0072467509/student_view0/appendices_a__b__c__d____e.html
- https://raw.githubusercontent.com/Tedko/ece/master/198jl/hwAndExtras/Yale%20Patt%2C%20Sanjay%20Patel-Introduction%20to%20Computing%20Systems_%20From%20bits%20and%20gates%20to%20C%20and%20beyond-McGraw-Hill%20(2005).pdf
- https://cs.brynmawr.edu/Courses/cs240/Spring2021/Lectures/April20.pdf

## Software

- https://github.com/rpendleton/lc3-2048