mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
97 B
ArmAsm
6 lines
97 B
ArmAsm
#include "libc/macros.h"
|
|
|
|
MyAsm: .leafprologue
|
|
call MyPrint2
|
|
.leafepilogue
|
|
.endfn MyAsm,globl
|