https://github.com/dideler/lc-3-programs
Simple assembly programs for the Little Computer 3 (LC-3) simulator.
https://github.com/dideler/lc-3-programs
education lc3-isa little-computer-3 school university-course
Last synced: 24 days ago
JSON representation
Simple assembly programs for the Little Computer 3 (LC-3) simulator.
- Host: GitHub
- URL: https://github.com/dideler/lc-3-programs
- Owner: dideler
- Created: 2011-07-05T01:27:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T13:31:14.000Z (about 11 years ago)
- Last Synced: 2025-03-24T19:36:44.906Z (about 1 month ago)
- Topics: education, lc3-isa, little-computer-3, school, university-course
- Language: Assembly
- Homepage:
- Size: 120 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Little Computer 3 Programs
==========================Sample programs for the [LC-3 simulator](http://en.wikipedia.org/wiki/LC-3).
Great as an introduction to assembly language or as a teaching reference.This project welcomes contributors!
Getting Started
---------------### Learning LC-3
Quickly get on your feet by reading these overview [slides][lc3-slides].
Property of University of Texas at Austin.### Download
You can download LC-3 for Windows or UNIX [here][lc3-download].
### LC-3 Instructions
The Instruction Set Architecture (ISA) of the LC-3 can be found [here][lc3-isa].
Use it as a reference or cheatsheet.[lc3-slides]: http://www.cs.utexas.edu/users/fussell/cs310h/lectures/Lecture_10-310h.pdf
[lc3-download]: http://highered.mcgraw-hill.com/sites/0072467509/student_view0/lc-3_simulator.html
[lc3-isa]: http://highered.mcgraw-hill.com/sites/dl/free/0072467509/104653/PattPatelAppA.pdf