here is a file attachment ... testest.asm.
This file compiles without problems with FASM,
but does not compile with FASMW (original version 1.69.14)
but ...
if you remove a single character, then this file also compiles with fasmw.
For example, you remove the last character of this file ...
last line: "1234" ---> "123"
with "1234": Does not compile with fasmw (out of memory)
with "123": compiles without problems with fasmw.
(XP Pro sp3 - 4G0)
again, with fasm no problem, the problem occurs only with fasmW
this is amazing ! why ?
_________________ I am not young enough to know everything (Oscar Wilde)- 
Last edited by ouadji on 21 Sep 2010, 20:27; edited 2 times in total
|