NASM - The Netwide Assembler
NASM Forum => Using NASM => Topic started by: mcamember on January 16, 2008, 09:25:34 PM
-
Hi,
Which NASM package has the .INC files. I can't find them
in any of the binary or source ZIPs.
Thanks.
;mcamember
-
Uhhh... there are some ".inc" files in the "misc" directory (source), mostly with ".mac" extensions. Some in the "contributions" section (xstruc and flow control). What sort of ".inc" file are you looking for? Usually, when they don't say, it's Windows. :)
You can get Windows (and Linux) include files here:
http://www.asmcommunity.net/projects/nasmx/ (http://www.asmcommunity.net/projects/nasmx/)
I most often use "system.inc" from the asmutils package at http://asm.sf.net (http://asm.sf.net) but that's probably not what you're looking for.
You can also write your own, of course.
Best,
Frank
-
Hi Frank,
After downloading and opening many of the SF NASM packages (whew !!) looking for the .INC files I came to the brilliant conclusion that maybe I didn't get my setup from SF !
I just now went to asmcommunity.net and discovered that my original package came from them (NASMx), not SF.
Thanks and sorry for the detour.
Austin