summaryrefslogtreecommitdiff
path: root/plugins/govm/samples/test.asm
blob: b62e9f83751dc6f2d62e1b95d16d9a4d228381fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

	; Should be skipped
	jmp	end

start:
	; Let's start !

	nop
	nop
	nop		; Zzz

	li	0x1234

	li	0x01
	li	0x002
	add

	pop	b

end:

	li	0x0
	syscall		; halt

	nop