If the file on the commandline is quoted, then an error occurs and file is not loaded. This is due to ECX only being cleared for non-quoted arguments. Easiest solution (bold line added):
quoted_argument:
[b] xor ecx,ecx[/b]
mov ebx,esi
find_quoted_argument_end:
Now I can just double-click on *.fasm files from explorer! :)It seems you have some old build of FASMW, because I had fixed it myself some time ago. Maybe I should also put the build number (not only release date) on my website (you can currently see it only in the "About" box).
Yeah, I'm a little too eager to download when you post something new. :)
Thank you, I'll D/L again.
Thank you, I'll D/L again.