Editor

; ; Press Compile, then Run ; LD R1,msg loop: LDB R0,(R1) JZ end STB R0,(out_char) ADD R1, 1 JMP loop end: HALT msg: DB 'Hello World', 13, 0

Screen

Console


            

Memory


            

Registers

Hex Bin Dec
Register Value Memory
R0 0x0000 0
R1 0x0000 0
R2 0x0000 0
R3 0x0000 0
SP 0x0000 0
PC 0x0000 0
Flags Z = 0 C = 0