News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM with fasm

Started by avcaballero, March 29, 2010, 10:28:21 AM

Previous topic - Next topic

avcaballero

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?

KetilO

Hi avcaballero

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

KetilO

avcaballero

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.

KetilO

Just compile the rc file.
You might need to install GoRC.exe
http://www.jorgon.freeserve.co.uk/ResourceFrame.htm

KetilO

avcaballero

Ok, thank you, that's right
:U