1 2 3 4 5 6 7 8 9
ld HL, data jump: ld A, (HL) add A, 0 jp Z, end out (0), A inc H jp jump end: halt data: defb "Hello World\n",0