flat assembler
Message board for the users of flat assembler.
Index
> Windows > Problem building the .exe |
Author |
|
HaHaAnonymous 12 Apr 2015, 15:43
Quote:
You should use "FASM" executable. "FASMW" is the integrated development environment, as far as I know. Not sure. I apologize for any inconveniences I may have caused. |
|||
12 Apr 2015, 15:43 |
|
revolution 13 Apr 2015, 06:17
Dally: Please take a look at the examples folder in the fasm download to see how to build programs with fasm. Here is the "hello.asm" for windows:
Code: ; example of simplified Windows programming using complex macro features include 'win32ax.inc' ; you can simply switch between win32ax, win32wx, win64ax and win64wx here .code start: invoke MessageBox,HWND_DESKTOP,"Hi! I'm the example program!",invoke GetCommandLine,MB_OK invoke ExitProcess,0 .end start |
|||
13 Apr 2015, 06:17 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.