GCD of 1 to n by kodera

\x06\x14\xee;\xff\x10\xfbv

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

Disassemble:

	ORG	00000H

	LD A,(BC)			;0000	0A 	. 
	LD B,014H		;0001	06 14 	. . 
	XOR 03BH		;0003	EE 3B 	. ; 
	RST 38H			;0005	FF 	. 
	DJNZ $-3		;0006	10 FB 	. . 
	HALT			;0008	76 	V 

download

return to the top page