mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
7 lines
112 B
ArmAsm
7 lines
112 B
ArmAsm
# Test pc relative relocation R_CRX_REL32
|
|
|
|
.section .text_32,"ax","progbits"
|
|
.global _start
|
|
_start:
|
|
br foo32
|