mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +00:00
26 lines
433 B
ArmAsm
26 lines
433 B
ArmAsm
.data
|
|
.balign 32
|
|
.xdef protected_bar
|
|
.protected protected_bar
|
|
protected_bar:
|
|
.balign 32
|
|
.xdef protected_foo
|
|
.protected protected_foo
|
|
protected_foo:
|
|
.balign 32
|
|
.xdef hidden_bar
|
|
.hidden hidden_bar
|
|
hidden_bar:
|
|
.balign 32
|
|
.xdef hidden_foo
|
|
.hidden hidden_foo
|
|
hidden_foo:
|
|
.balign 32
|
|
.xdef internal_bar
|
|
.internal internal_bar
|
|
internal_bar:
|
|
.balign 32
|
|
.xdef internal_foo
|
|
.internal internal_foo
|
|
internal_foo:
|