This repository has been archived on 2026-02-06 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
91602c37835340b5c0e3aab70924ae0f49fb49cd
define opcodes, add switch command for every opcode and default case, removed makefile
tyvm
TYVM (Tiny Virtual Machine) is a 16bit VM based on the LC-3 architechture
HARDWARE:
- 16-bit LC-3 architechture
- 128kb memory
- 10 registers:
- 8 general purpose
- 1 program counter
- 1 condition flag
- 3 condition flags
Description
Languages
C
97.9%
Makefile
1.6%
Assembly
0.5%