mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-16 03:07:54 +00:00
7 lines
97 B
ArmAsm
7 lines
97 B
ArmAsm
|
#include "libc/macros.h"
|
||
|
|
||
|
MyAsm: .leafprologue
|
||
|
call MyPrint2
|
||
|
.leafepilogue
|
||
|
.endfn MyAsm,globl
|