        CSEG
	Org	$	
CopyRAMtoRAM:
	Mov	A,@R0
	Mov	@R1,A
	Inc	R0
	Inc	R1
	Djnz	R7,CopyRAMtoRAM
	Ret	