>N\xff>o\xffv
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
Disassemble:
ORG 00000H LD A,04EH ;0000 3E 4E > N RST 38H ;0002 FF . LD A,06FH ;0003 3E 6F > O RST 38H ;0005 FF . HALT ;0006 76 V
download
return to the top page