mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +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
|