-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibasm.s
More file actions
18 lines (16 loc) · 999 Bytes
/
libasm.s
File metadata and controls
18 lines (16 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; ############################################################################ ;
; ;
; ::: :::::::: ;
; libasm.s :+: :+: :+: ;
; +:+ +:+ +:+ ;
; By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ ;
; +#+#+#+#+#+ +#+ ;
; Created: 2021/02/25 10:38:57 by cacharle #+# #+# ;
; Updated: 2021/02/25 10:45:55 by cacharle ### ########.fr ;
; ;
; ############################################################################ ;
%ifdef __LINUX__
%define M_EXTERN_CALL_SUFFIX wrt ..plt
%else
%define M_EXTERN_CALL_SUFFIX
%endif