mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
7 lines
87 B
ArmAsm
7 lines
87 B
ArmAsm
.text
|
|
.weak bar
|
|
.globl _start
|
|
.type _start, @function
|
|
_start:
|
|
call *bar@GOT(%edx)
|