flat assembler
Message board for the users of flat assembler.
Index
> Main > AsmEditor & FASM |
Author |
|
Diguidi 22 Sep 2009, 18:26
hi everybody ! i'm french, sorry for the mistakes
i have some troubles running FASM 1.68 on AsmEditor... if i make a mistake when i compile with the compiler included in the setup of AsmEditor, i get that : "C:\Users\mehdi\Documents\Programme.exe" flat assembler version 1.41 C:\Users\mehdi\Documents\Programme.asm [5]: mov ds,donnees error: invalid operand. >> Code de sortie de Fasm.exe : 1 but now when i try to compile with the same mistakes in the code with the latest stable version of FASM, i have this : flat assembler version 1.68 (684510 kilobytes memory) >> Code de sortie de FASM.EXE : 2 the compiler doesn't tell me where my error is, in my code. right here, the URL to download AsmEditor : http://astase.com/products/?AsmEditor it isn't pretty good because if i write (and i hope i'll get it !) a program of thousand lines of code, it'll be good that the compiler will be able to give me the line where my mistake is, like the 1.41 version of FASM. anyway, thanks for your help ! |
|||
22 Sep 2009, 18:26 |
|
shoorick 23 Sep 2009, 08:51
try WinAsm Studio with FASM Add-in instead
|
|||
23 Sep 2009, 08:51 |
|
Diguidi 23 Sep 2009, 11:47
ok thanks but i want to stay on AsmEditor... i had some troubles in the past using WinAsm...
if anyone has the solution... |
|||
23 Sep 2009, 11:47 |
|
Diguidi 23 Sep 2009, 11:55
thank you Tomasz, how to get that way ?
maybe i can change the line myself ? if i could get the source code of FASM 1.68 maybe ? or the SOURCES files ? thanks in advance ! |
|||
23 Sep 2009, 11:55 |
|
Fanael 23 Sep 2009, 12:46
Diguidi wrote: if i could get the source code of FASM 1.68 maybe ? |
|||
23 Sep 2009, 12:46 |
|
Diguidi 23 Sep 2009, 12:50
i'm gonna to see that
|
|||
23 Sep 2009, 12:50 |
|
Diguidi 24 Sep 2009, 11:52
well, i'm looking for the "line" where the changments between FASM v1.x and 1.68 occur.
what's the difference between the source code of the 1.68 and the one from the old versions about stderr and stdout ? thank you once again PS : i had read about stderr and stdout redirections... |
|||
24 Sep 2009, 11:52 |
|
revolution 24 Sep 2009, 12:03
It depends upon which fasm version you run. For example, in the console version, the file ...\SOURCE\WIN32\SYSTEM.INC has this:
Code: ... fatal_error: mov [con_handle],STD_ERROR_HANDLE ... <skip a few lines> ... assembler_error: mov [con_handle],STD_ERROR_HANDLE ... [edit] You may even want to alter the constant: In the same file near the top is this Code: STD_OUTPUT_HANDLE = 0FFFFFFF5h STD_ERROR_HANDLE = 0FFFFFFF4h ;<---- change this if you want. |
|||
24 Sep 2009, 12:03 |
|
Diguidi 24 Sep 2009, 12:55
YEAH changing [con_handle],STD_ERROR_HANDLE in STD_OUTPUT_ERROR it works !!!
thanks a lot revolution |
|||
24 Sep 2009, 12:55 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.