Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-mips-elf/start.s
2023-03-06 14:48:14 +01:00

17 lines
247 B
ArmAsm

.text
.globl start
.type start, @function
start:
.globl _start
.type _start, @function
_start:
.globl __start
.type __start, @function
__start:
.globl main
.type main, @function
main:
.globl _main
.type _main, @function
_main:
.dc.a 0