1# Source file used to test the jmp instruction.
2.text
3.set nobreak
4foo:
5	jmp	r25
6
7