[fpc-devel] ASM on Win64

Florian Klaempfl florian at freepascal.org
Mon Dec 17 16:16:33 CET 2007


Henrick Hellström schrieb:
> Jonas Maebe wrote:
>>
>> On 17 Dec 2007, at 15:32, Henrick Hellström wrote:
>>
>>> 1. Since there is no CPU debug window in Lazarus Win64, I tried the
>>> -A option, but it doesn't seem to work with the compiler bundled with
>>> Lazarus Win64. I tried -aASW, -AASW and a couple of other
>>> combinations. Am I missing something obvious?
>>
>> The option -a, not -A (and -al if you want Pascal + assembler source).
> 
> Thanks, adding just -al without a parameter gave me an *.s file
> containing to the asm output for the Lazarus project file.

Simply rebuild all your units, you might need -s as well to prevent
errors because of a missigng assembler.

> 
> Not sure if this is the right place to ask, but how do I produce *.s
> files for the other units in the project? I suppose adding
> {$output_format (something)} at the top of the unit should do the trick,
> but I can't get that to work either.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> fpc-devel maillist  -  fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel




More information about the fpc-devel mailing list