flat assembler
Message board for the users of flat assembler.

Index > Windows > Quick Question

Author
Thread Post new topic Reply to topic
Imagist



Joined: 13 Jun 2004
Posts: 114
Location: Pennsylvania (USA)
Imagist 03 Aug 2004, 01:01
When writing macro libraries, must your library be saved under a special file type or can it just be a .asm? Also, how exactly does the include work: does it just insert the contents of the included file into the code, or does it only include the macros you use?

_________________
Many things are possible. Few things are likely.
Post 03 Aug 2004, 01:01
View user's profile Send private message Visit poster's website Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
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.
Post 03 Aug 2004, 01:17
View user's profile Send private message Yahoo Messenger Reply with quote
Imagist



Joined: 13 Jun 2004
Posts: 114
Location: Pennsylvania (USA)
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.
Post 03 Aug 2004, 05:33
View user's profile Send private message Visit poster's website Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
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.
Post 04 Aug 2004, 18:12
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Imagist



Joined: 13 Jun 2004
Posts: 114
Location: Pennsylvania (USA)
Imagist 05 Aug 2004, 04:33
Thanks muchly! With your help, my HLL macro library is coming along very nicely.
Post 05 Aug 2004, 04:33
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.