nop by %20(symbol)

&;)"

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

Disassemble:

	ORG	00000H

	LD H,03BH		;0000	26 3B 	& ; 
	ADD HL,HL			;0002	29 	) 
	DEFB 022H		;0003	22 	" 

download

return to the top page