using common macros in NASM and C
- From: "hackkaush" <spamtrap@xxxxxxxxxx>
- Date: 24 Jul 2006 00:46:28 -0700
Hi all,
I am looking for a way to use the common header files for my nasm and C
code. the nasm syntax for defining macros is:
%define abc 1
where as in C:
#define abc 1
so I am facing a problem in using the same header file containing
macros in both.
If there is some way please let me know.
Thanks.
.
- Follow-Ups:
- Re: using common macros in NASM and C
- From: Frank Kotler
- Re: using common macros in NASM and C
- From: spamtrap
- Re: using common macros in NASM and C
- Prev by Date: Re: MASM dwords as character strings
- Next by Date: Re: Help Wanted: Console Input Routine without DOS for Pascal inline ASM
- Previous by thread: Get the FAQs
- Next by thread: Re: using common macros in NASM and C
- Index(es):