mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
11 lines
158 B
ArmAsm
11 lines
158 B
ArmAsm
.section .gnu.warning.symbol1
|
|
.asciz "witty one-liner"
|
|
.text
|
|
.type symbol1,"function"
|
|
.global symbol1
|
|
symbol1:
|
|
.L1:
|
|
.long 0
|
|
.L0:
|
|
.size symbol1,.L0-.L1
|