We are in the process of porting pascal sources compatable to windows NT to Red Hat Linux . Our GPC installation is OK and we are able to compile and run some simple pascal programs. We have difficulty in compiling assembly (.asm) files which are written in MASM 5.0 for Intel processor.
As we find that GPC supports AT&T syntax,
Should we need to change the entire intel syntax into AT&T syntax ? . We find the command " .intel_syntax noprefix" supporting the compilation, though not for all statements.
As our programs are 16 bit and GPC is a 32 bit compiler, could u please tell us if there is any tool for automatic conversion ?
can you also help us in knowing how GPC (gas) interprets the keywords " STRUC " and " TEST " etc..?
From as.info We got good amount of information but we find it is not
sufficient .We also had a good look at the asm sources in the gas/testsuite/ directories.
thanks and regards hari