flat assembler
Message board for the users of flat assembler.
Index
> Windows > Quick Question |
Author |
|
pelaillo 03 Aug 2004, 01:17
The file could be any ASCII text file and you can use any extension you want.
include directive works inserting textually the entire file. It is done by fasm preprocessor before interpreting it. |
|||
03 Aug 2004, 01:17 |
|
Imagist 03 Aug 2004, 05:33
So if I put code into an include file and include it at the beginning of an ASM file, the code in the include will execute when I run the ASM file? This would be useful because I could set up the GUI in the included file, and it would be initialized automatically by the GUI macro library when I include it.
|
|||
03 Aug 2004, 05:33 |
|
vid 04 Aug 2004, 18:12
direcitve "include" will just insert text from included file into source file, and then wok with it as if it was single file. So if code would be executed if it was in single file, then it will be same when in two files, one inluded to another.
|
|||
04 Aug 2004, 18:12 |
|
Imagist 05 Aug 2004, 04:33
Thanks muchly! With your help, my HLL macro library is coming along very nicely.
|
|||
05 Aug 2004, 04:33 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.