flat assembler
Message board for the users of flat assembler.
Index
> Windows > Totally new to Windows programming |
Author |
|
coconut 23 May 2005, 15:32
1) invoke is a macro, that will create the standard call for you pushing the arguments in reverse
ie invoke display,hello,world is push world push hello call display 2) a dll yes, new versions of fasm allow you to just 'reference' the dll with import macro, only functions used will be referencedin your exe - see the examples in the fasm package for windows 3) this basically formats the source as a windows portable executable file, using gui interface instead of console/command line interface. you should use "format PE GUI 4.0" to have a modern gui in your apps instead of the old flat windows like win95 (win98 onwards is where the 4.0 comes from) if you dont specify any formatting, fasm will create a flat binary file |
|||
23 May 2005, 15:32 |
|
Tomasz Grysztar 23 May 2005, 15:40
Quote:
Actually it was Win95 that was 4.0 - the earlier ones with flat (and white by default) window style were Windows 3.11 and NT up to 3.51. |
|||
23 May 2005, 15:40 |
|
coconut 23 May 2005, 21:08
ah true, thanks for pointing that out
|
|||
23 May 2005, 21:08 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.