mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
18 lines
317 B
D
18 lines
317 B
D
|
#name: aarch64-limit-bl
|
||
|
#source: limit-bl.s
|
||
|
#as:
|
||
|
#ld: -Ttext 0x1000 --section-start .foo=0x8000ffc
|
||
|
#objdump: -dr
|
||
|
#...
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
0000000000001000 <_start>:
|
||
|
1000: 95ffffff bl 8000ffc <bar>
|
||
|
1004: d65f03c0 ret
|
||
|
|
||
|
Disassembly of section .foo:
|
||
|
|
||
|
0000000008000ffc <bar>:
|
||
|
8000ffc: d65f03c0 ret
|