Nothing by hirose

\xc5\xcd\x03\x800!v

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

Disassemble:

	ORG	00000H

	PUSH BC			;0000	C5 	. 
	CALL 08003H		;0001	CD 03 80 	. . . 
	JR NC,$+35		;0004	30 21 	0 ! 
	HALT			;0006	76 	V 

download

return to the top page