mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-16 06:30:46 +00:00
9 lines
111 B
ArmAsm
9 lines
111 B
ArmAsm
# Test for pc-relative relocations
|
|
.set norelax
|
|
.text
|
|
.global _start
|
|
_start:
|
|
br ext_label
|
|
br ext_label + 16
|
|
|