mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
12 lines
125 B
ArmAsm
12 lines
125 B
ArmAsm
|
.text
|
||
|
.globl _start
|
||
|
_start:
|
||
|
lw $2, %gp_rel(i)($28)
|
||
|
|
||
|
.section .sdata
|
||
|
.space 0x10000
|
||
|
|
||
|
.section .sbss
|
||
|
i:
|
||
|
.space 4
|