Author Topic: Location of INCLUDE files  (Read 9790 times)

mcamember

  • Guest
Location of INCLUDE files
« 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

nobody

  • Guest
Re: Location of INCLUDE files
« Reply #1 on: January 16, 2008, 11:11:40 PM »
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/

I most often use "system.inc" from the asmutils package at http://asm.sf.net but that's probably not what you're looking for.

You can also write your own, of course.

Best,
Frank

mcamember

  • Guest
Re: Location of INCLUDE files
« Reply #2 on: January 17, 2008, 01:10:08 AM »
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