- FAQ.md - frequently asked questions
- LS8-cheatsheet.md - LS-8 opcode quick reference
- LS8-spec.md - LS-8 complete specification
- README.md - project description / schedule
- inventory.md - this file
- README.md - LS-8 assembler description
- asm.js - LS-8 assembler implemented in javascript
- asm.py - LS-8 assembler implemented in python
- buildall - shell script to assemble all .asm files
- call.asm - demonstrate calls
- interrupts.asm - hook the timer interrupt
- keyboard.asm - test keyboard and echo to console
- mult.asm - test MUL opcode
- print8.asm - test PRN opcode
- printstr.asm - prints
Hello, world! - sctest.asm - sprint challenge test
- stack.asm - test stack
- stackoverflow.asm - cause stack overflow
- README.md - LS-8 emulator project description
- cpu.py - LS-8 emulator CPU functionality
- ls8.py - load and run CPU
- call.ls8 - demonstrate calls
- interrupts.ls8 - hook the timer interrupt
- keyboard.ls8 - test keyboard and echo to console
- mult.ls8 - test MUL opcode
- print8.ls8 - test PRN opcode
- printstr.ls8 - prints
Hello, world! - sctest.ls8 - sprint challenge test
- stack.ls8 - test stack
- stackoverflow.ls8 - cause stack overflow