\x8a\x9ew
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
Disassemble:
ORG 00000H ADC A,D ;0000 8A . SBC A,(HL) ;0001 9E . LD (HL),A ;0002 77 W
download
return to the top page