mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-11-08 23:27:15 -05:00
7 lines
84 B
NASM
7 lines
84 B
NASM
%macro import 1
|
|
%define %%incfile %!PROJECTBASEDIR/%{1}.inc
|
|
%endmacro
|
|
|
|
import foo
|
|
|