flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
emil 13 Feb 2015, 11:13
Hi all,
does fasm can include obj file so that , it will linked with fasm output exe file. BTW i did not want to use external linker . thanks. |
|||
![]() |
|
revolution 13 Feb 2015, 11:15
fasm is not a linker. fasm does not understand .obj file formats.
|
|||
![]() |
|
revolution 13 Feb 2015, 12:13
emil wrote: what i was mean , if it has a way top link obj file , may be by using macro? Code: macro link objfile { virtual at 0 theobj:: file objfile end virtual ;linker code goes here ;... } format ... mov eax,0x12345678 invoke DoWhatIWantWhenIWant,eax invoke ExitProcess,0x87654321 link 'MyUberObj.obj' |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.