flat assembler
Message board for the users of flat assembler.
Index
> Windows > Fasm.exe configuration ? |
Author |
|
Tomasz Grysztar 23 May 2006, 12:35
Command line uses only the environment variables, like the INCLUDE one. How to set up environment variables it depends on what version of Windows you use.
|
|||
23 May 2006, 12:35 |
|
TmX 24 May 2006, 04:59
I'm using XP, so it means I have to add the INCLUDE dir to the PATH ?
|
|||
24 May 2006, 04:59 |
|
okasvi 24 May 2006, 05:59
no, eg. if FASMINC (enviroment variable) points to c:\fasm\INCLUDE\ and you have
Code: include '%fasminc%\win32a.inc' Code: include 'c:\fasm\INCLUDE\win32a.inc' for setting enviroment variables there is plenty of methods described here in fasm board, and im sure google shows up decent 'tutorials' how to set one... edit: here, i googled for you: http://www.chem.gla.ac.uk/~louis/software/faq/q1.html#winXP |
|||
24 May 2006, 05:59 |
|
Tomasz Grysztar 24 May 2006, 07:40
With the INCLUDE itself it's more like with other command-line compilers - it 's the list of semicolon-separated paths where to look for the include files. When you've got INCLUDE defined, the name of file itself is enough, as assembler will look for such file in all the paths specified. So it can be then like:
Code: include 'win32a.inc' |
|||
24 May 2006, 07:40 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.