The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: avcaballero on March 29, 2010, 10:28:21 AM

Title: RadASM with fasm
Post by: avcaballero on March 29, 2010, 10:28:21 AM
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?
Title: Re: RadASM with fasm
Post by: KetilO on March 29, 2010, 11:24:09 AM
Hi avcaballero

The exanple is for an older version of fasm.
Just remove the 'enter' line and change 'return' to 'ret'

KetilO
Title: Re: RadASM with fasm
Post by: avcaballero on March 29, 2010, 12:59:00 PM
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.
Title: Re: RadASM with fasm
Post by: KetilO on March 29, 2010, 01:32:00 PM
Just compile the rc file.
You might need to install GoRC.exe
http://www.jorgon.freeserve.co.uk/ResourceFrame.htm

KetilO
Title: Re: RadASM with fasm
Post by: avcaballero on March 29, 2010, 02:20:01 PM
Ok, thank you, that's right
:U