mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 04:54:52 +00:00
12 lines
94 B
ArmAsm
12 lines
94 B
ArmAsm
;; Test pc relative relocation
|
|
|
|
.text
|
|
.global _start
|
|
_start:
|
|
brf0f.s foo
|
|
jmp r13
|
|
|
|
|
|
|
|
|