← LABS MCU Emulator 8-BIT · ASSEMBLY · GPIO
4 Hz
Program R0-R7 · 256B RAM · LED @0xF0 · BTN @0xF1 · TMR @0xF2
Hardware
76543210
Registers
CPU
PC0
SP0xEF
Cycles0
Timer @0xF20
RAM
A genuine instruction-level CPU: two-pass label resolution, an 8-bit datapath with Z/C flags, a descending stack (CALL/RET/PUSH/POP), and memory-mapped I/O — writing 0xF0 drives the LEDs, reading 0xF1 samples the buttons, 0xF2 is a free-running timer. This is how real firmware talks to hardware.