8 lines
72 B
ArmAsm
8 lines
72 B
ArmAsm
.machine "ppc"
|
|
|
|
.section .text.one
|
|
b 2f
|
|
|
|
.section .text.two
|
|
2:
|
|
nop
|