aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/example-synacor/jmp.s
blob: dcacf668adc45a99f39ec99cfcef06ca97383759 (plain)
1
2
3
4
5
6
7
8
9
# check the JMP insn.
# mach: example

.include "testutils.inc"

	start
	JMP 3
	HALT
	pass