Alnum challenge by *yuko*

\x08(\x06>9\x01 @\xcdv\x7f\x10\xfb\x0d \xf8>
\xe5

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

Disassemble:

	ORG	00000H

	EX AF,AF'			;0000	08 	. 
	JR Z,$+8		;0001	28 06 	( . 
	LD A,039H		;0003	3E 39 	> 9 
	LD BC,04020H		;0005	01 20 40 	.   @ 
	CALL 07F76H		;0008	CD 76 7F 	. V  
	DJNZ $-3		;000B	10 FB 	. . 
	DEC C			;000D	0D 	. 
	JR NZ,$-6		;000E	20 F8 	  . 
	LD A,00AH		;0010	3E 0A 	> . 
	PUSH HL			;0012	E5 	. 

download

return to the top page