mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-22 06:44:42 +00:00
6 lines
97 B
ArmAsm
6 lines
97 B
ArmAsm
#include "libc/macros.h"
|
|
|
|
MyAsm: .leafprologue
|
|
call MyPrint2
|
|
.leafepilogue
|
|
.endfn MyAsm,globl
|