The Easiest Way to Save and Share Code Snippets on the web

Your snipt has been migrated to #newsnipt successfully.

test

asm

posted: Feb, 1st 2009 | jump to bottom

;------------------------------------
;test program
;------------------------------------
 
	ORG	0000h
	MOV	R0, #56h
	MOV	A, R0
	MOV 	20h, R0
	MOV	30h, #53h
	MOV	20h, 30h
 
	JMP $
	END
338 views