Archived
1
0
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.
2022-02-06 23:04:40 +01:00
2022-02-06 22:21:38 +01:00
2022-02-06 21:51:37 +01:00
2022-02-05 02:18:45 +01:00
2022-02-05 12:38:28 +01:00
2022-02-06 21:32:29 +01:00
2022-02-06 23:04:40 +01:00

TyVM - [T]in[y] [V]irtual [M]achine

TyVM is a 16bit VM based on the LC-3 architechture

HARDWARE:

  • 16-bit on LC-3 architecture
  • 128kb memory
  • 10 registers:
    • 8 general purpose
    • 1 program counter
    • 1 condition register
  • 3 condition flags
S
Description
No description provided
Readme 158 KiB
Languages
C 97.9%
Makefile 1.6%
Assembly 0.5%