flat assembler
Message board for the users of flat assembler.
Index
> Main > Need information |
Author |
|
InsightSoft 01 May 2009, 17:09
Where is the basic information?????
How to use procedure in FASM??? Where I can get the basic bones os FLAT exemples???? |
|||
01 May 2009, 17:09 |
|
revolution 01 May 2009, 17:16
There is an "examples" folder in the download zip file.
|
|||
01 May 2009, 17:16 |
|
revolution 01 May 2009, 17:29
The manual explains the windows macros (like proc and struct). But the macros are not the "basic bones" that you mention above. This is high level macros.
|
|||
01 May 2009, 17:29 |
|
InsightSoft 01 May 2009, 17:44
What Im looking for is the book where is mention sections code, data, procedures and so on...
with small examples... Can you tell me how to use procedures? (Im not programming for windows!) proc myproc (error) endp ---why it returns as error???? |
|||
01 May 2009, 17:44 |
|
revolution 01 May 2009, 17:48
proc is not an assembly instruction. It is a high level macro. Instead:
Code: myfunction: ;some code mov eax,0 ret |
|||
01 May 2009, 17:48 |
|
InsightSoft 01 May 2009, 18:24
Ok. thanks...
|
|||
01 May 2009, 18:24 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.