summaryrefslogtreecommitdiff
path: root/miniasm/test1.asm
blob: 6d5cc904941fa599a02a19edf48f8d2643a98040 (plain)
1
2
3
4
5
6
; test1 - halt

begin:
	hlt		; halt the processor
end: