summaryrefslogtreecommitdiff
path: root/miniasm/test3.asm
blob: 97144a3d508ac43928419f37f63b1ebd15713d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; test3 - unconditional jumps

begin:
	jmp label1

label2:
	jmp 6

label1:
	jmp label2

; this is at absolute position 6
	hlt