mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
9 lines
163 B
ArmAsm
9 lines
163 B
ArmAsm
! Support file for .cranges tests to resolve all references for
|
|
! non-partial-link tests.
|
|
.section .init,"ax"
|
|
.mode SHmedia
|
|
.global start
|
|
.align 2
|
|
start:
|
|
nop
|