v by McBusLuck

\xde\x8a\x02

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

Disassemble:

	ORG	00000H

	SBC A,08AH		;0000	DE 8A 	. . 
	LD (BC),A			;0002	02 	. 

download

return to the top page