[fpc-pascal]Another Intel ASM problem

Kanzelsberger Pavel kanzelsberger at rekt.umb.sk
Wed Jun 27 09:04:01 CEST 2001


Hmm and can you add something FPC native? Maybe {$BALIGN 8}...

I think you can support .balign as in AT&T as Intel doesn't define such
directive :)

regards, Pavel Kanzelsberger

-----Original Message-----
From: Peter Vreman [mailto:peter at freepascal.org]
Sent: Tuesday, June 26, 2001 8:15 PM
To: fpc-pascal at deadlock.et.tudelft.nl
Subject: Re: [fpc-pascal]Another Intel ASM problem



>
>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


_______________________________________________
fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20010627/145a8b13/attachment.html>


More information about the fpc-pascal mailing list