blob: d768470e287aadf2088d7093d25aa6b72df53a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.file 1 "relax-loc.s"
.globl _start
.globl _ResetVector
.text
_ResetVector:
_start:
.loc 1 1
j 1f
.literal_position
1:
.loc 1 2
.rep 10000
movi a2, 0x12345678
.endr
|