flat assembler
Message board for the users of flat assembler.
Index
> Linux > interrupts |
Author |
|
revolution 09 Feb 2009, 16:06
INTs are for the OS to interpret not the assembler. You can still use all the INTs in fasm that you used in MASM. But be aware that Win32 programming uses a DLL paradigm and does not support INT for user mode programs. That is why INTs are not used with Windows programming. Not because the assembler does/doesn't support it. You can still put in INTs if you like but in Windows OS you will likely get a GP fault.
However you are posting in the Linux forum so does that mean you are writing Linux program? Linux uses INT 0x80 for the API. See the fasm examples of Linux programming in the download. |
|||
09 Feb 2009, 16:06 |
|
phenix 09 Feb 2009, 17:11
Thanks for the reply.
Yes I am writing in Linux(FASM). I'll check out the examples. |
|||
09 Feb 2009, 17:11 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.