flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
InsightSoft
Where is the basic information?????
How to use procedure in FASM??? Where I can get the basic bones os FLAT exemples???? |
|||
![]() |
|
revolution
There is an "examples" folder in the download zip file.
|
|||
![]() |
|
InsightSoft
But Is not enough...
I can not take a simple example that explain me how to use the procedures... proc myproc (error) endp return as illegal instruction |
|||
![]() |
|
revolution
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.
|
|||
![]() |
|
revolution
proc is not an assembly instruction. It is a high level macro. Instead:
Code: myfunction: ;some code mov eax,0 ret |
|||
![]() |
|
InsightSoft
Ok. thanks...
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.