mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
11 lines
146 B
ArmAsm
11 lines
146 B
ArmAsm
.text
|
|
.globl foo
|
|
.ent foo
|
|
foo:
|
|
$LCL:
|
|
lui $2, %highest($LCL)
|
|
addiu $2, %higher($LCL)
|
|
lui $2, %highest(bar)
|
|
addiu $2, %higher(bar)
|
|
.end foo
|