mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-23 08:29:15 +00:00
7 lines
66 B
ArmAsm
7 lines
66 B
ArmAsm
.weak foo
|
|
.type foo,%function
|
|
.size foo,1
|
|
.text
|
|
foo:
|
|
.byte 1
|