justinmeiners/lc3-vm resource
Write your own virtual machine for the LC-3 computer! observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 75
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2986
- days_rel: n/a
- days_push: 153
- n_releases_24m: 0
Adoption not part of the score
2087 stars · 224 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tutorial and accompanying source code for building a virtual machine for the LC-3 educational computer in about 250 lines of C. It is written as a literate program that explains each part of the VM implementation, including memory, registers, instruction execution, and trap routines.
Use cases
- learn how a CPU executes machine code
- write your own virtual machine from scratch
- understand low-level computer architecture concepts
- run LC-3 assembly programs like 2048 or a roguelike
- study a small complete emulator implementation in C
When to choose
- you know basic C and want a hands-on systems programming project
- you want to understand how VMs, CPUs, and assembly work internally
- you prefer a short, fully explained literate-programming tutorial
When to avoid
- you need a production-grade or full-system emulator
- you want a VM for a modern ISA like x86 or ARM
- you need a maintained library with a license for commercial reuse of the article (text is CC BY-NC-SA)
Facets
learning-resource · maturity stable
interpreter simulation developer-tools education tutorials programming-languages cross-platform cli windows lc3 virtual-machine emulator literate-programming assembly c tutorial computer-architecture linux macos
2 sources
- readme: https://github.com/justinmeiners/lc3-vm · fetched 2026-08-28 · 9acb3aec4f75
- homepage: https://www.jmeiners.com/lc3-vm/ · fetched 2026-08-29 · 23eaf03daeb7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| justinmeiners/lc3-vm | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="justinmeiners/lc3-vm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem