mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
13 lines
117 B
ArmAsm
13 lines
117 B
ArmAsm
.global _start
|
|
.global bar
|
|
|
|
# We will place the section .text at 0x1000.
|
|
|
|
.text
|
|
|
|
_start:
|
|
goto bar
|
|
;;
|
|
ret
|
|
;;
|