rx82 0.3.0

An emulator for the RX82 retro computer system.
Documentation
1
2
3
4
5
6
    ld a, 0xFF ; loop count
LOOP:
    dec a
    jrnz LOOP
    halt