flat assembler
Message board for the users of flat assembler.
Index
> Main > Multi-platform FASM ? |
Author |
|
Eoin 09 Sep 2005, 23:36
Well it does have them and more .
|
|||
09 Sep 2005, 23:36 |
|
coconut 10 Sep 2005, 02:47
if you mean using same source file for both platforms, i dont see how that would be possible, considering each OS has its own APIs and executable file formats.
|
|||
10 Sep 2005, 02:47 |
|
james 10 Sep 2005, 02:54
Thanks for the replies.
Im glad to know there is a conditional assemly. Is there a way to define a label from the command line so you can take action inside of the source ? eg: if win32>0 include "win32.inc" end if |
|||
10 Sep 2005, 02:54 |
|
vid 10 Sep 2005, 08:58
you shouldn't use "if", it is assembly time, and "include" is preprocess time, use "match"
|
|||
10 Sep 2005, 08:58 |
|
james 10 Sep 2005, 22:28
Vid,
Thanks for the reply. Do you have an example ? Rgs, James. |
|||
10 Sep 2005, 22:28 |
|
vid 11 Sep 2005, 09:10
seems you already found it yourself....
FASM's source is great example of multiplatform assembly project, just the way it should be done. |
|||
11 Sep 2005, 09:10 |
|
james 11 Sep 2005, 20:47
thanks all. I think I know what I have to do to get the functionality I need.
|
|||
11 Sep 2005, 20:47 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.