Hello, I'm trying to configure RadASM to use Fasm compiler. I did get last RadASM version: 2.2.2.0, the full package, where fasm.ini is already configured and I did decompress fasm1.68 package in "c:\fasm". When I compile "TestFasm.Asm" from RadASM projects, produces an error: "enter - invalid operand" in line 19 of "TestFasm.Asm".
Can anybody help me, please?
Hi avcaballero
The exanple is for an older version of fasm.
Just remove the 'enter' line and change 'return' to 'ret'
KetilO
Thankx, KetilO, but there's another problem in section '.rsrc': 'testfasm.res' doesn't exists, if we change it for 'TestFasm.rc' we obtain another error: invalid file format.
Just compile the rc file.
You might need to install GoRC.exe
http://www.jorgon.freeserve.co.uk/ResourceFrame.htm
KetilO
Ok, thank you, that's right
:U