flat assembler
Message board for the users of flat assembler.
Index
> Main > Cheatsheet, Point me to the right place please |
Author |
|
revolution 11 Mar 2019, 05:59
The instruction syntax is Intel, as you find it given in the Intel manual.
But the examples given in the download is the place to start getting a feel for things. And of course the fasm.pdf manual has all the details. |
|||
11 Mar 2019, 05:59 |
|
bteddy1 11 Mar 2019, 07:05
But the syntax is not strictly INTEL. There is a lot of things that are incompatible in FASM. How /where structures or defined, how labels/constants or defined. Creating arrays etc.... I am not finding this.
|
|||
11 Mar 2019, 07:05 |
|
revolution 11 Mar 2019, 07:09
Have a look at the examples files. They come with the download.
Code: ; fasm example of writing simple EXE program format MZ push cs pop ds mov ah,9 mov dx,hello int 21h mov ax,4C00h int 21h hello db 'Hello world!',24h |
|||
11 Mar 2019, 07:09 |
|
guignol 11 Mar 2019, 10:22
Another pdiddy teenage girl came along.
|
|||
11 Mar 2019, 10:22 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.