mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
7 lines
133 B
ArmAsm
7 lines
133 B
ArmAsm
# Test register relative relocation R_CRX_REGREL12
|
|
|
|
.section .text_12,"ax","progbits"
|
|
.global _start
|
|
_start:
|
|
loadb foo12(r7)+, r5
|