mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
18 lines
204 B
ArmAsm
18 lines
204 B
ArmAsm
|
.option pic0
|
||
|
.text
|
||
|
.align 4
|
||
|
.globl main
|
||
|
.set nomips16
|
||
|
.ent main
|
||
|
.type main, @function
|
||
|
main:
|
||
|
.mask 0x80000000,-4
|
||
|
.fmask 0x00000000,0
|
||
|
.set noreorder
|
||
|
|
||
|
j doit
|
||
|
nop
|
||
|
|
||
|
.end main
|
||
|
.size main, .-main
|