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.
Erick ae4e0bb5ef add sign extension for immediate mode add (imm5)
this part of code converts 5bit numbers to 8bit numbers in case of imm5 type of add, preserving sign when negative
2022-02-01 00:20:03 +01:00
2022-01-27 22:36:14 +01:00
2022-01-31 23:41:51 +01:00
2022-01-30 00:42:48 +01:00
2022-01-29 21:18:23 +01:00

tyvm

TYVM (Tiny Virtual Machine) 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 flag
  • 3 condition flags
S
Description
No description provided
Readme 158 KiB
Languages
C 97.9%
Makefile 1.6%
Assembly 0.5%