[fpc-pascal]Another Intel ASM problem

Peter Vreman peter at freepascal.org
Tue Jun 26 20:15:16 CEST 2001


>
>I need help with little ASM problem (Intel syntax)
>
>In AT&T syntax you can do following to align code:
>
>asm
>.balign 8
>[somecode]
>end;
>
>Is something similar supported in FPC compiler inside Intel ASM? I have 
>really big GUI library written in 100% Intel assembler and need to align 
>all procedures to speed-up the code but I don't want to rewrite it to AT&T 
>syntax...

There is no support for an align directive.

It can maybe added, but there is no specific intel syntax that defines how 
it should be added.


Peter





More information about the fpc-pascal mailing list