main by *yuko*

%\x19!&v
\xc6H\x03\xc5

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

Disassemble:

	ORG	00000H

	DEC H			;0000	25 	% 
	ADD HL,DE			;0001	19 	. 
	LD HL,07626H		;0002	21 26 76 	! & V 
	LD A,(BC)			;0005	0A 	. 
	ADD A,048H		;0006	C6 48 	. H 
	INC BC			;0008	03 	. 
	PUSH BC			;0009	C5 	. 

download

return to the top page