You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16bit-cpu/
├── opcodes.h — The 16 task types
├── cpu.h — The office blueprint
├── instruction.h — Task form encoding/decoding
├── alu.c — The calculator + status board
├── memory.c — The filing cabinet
├── cpu_execute.c — The worker's daily routine
├── assembler.c — The secretary
└── main.c — Hire the worker, run the demo