[fpc-pascal] rotating bits

Jonas Maebe jonas.maebe at elis.ugent.be
Wed May 24 11:01:27 CEST 2006


On 24 mei 2006, at 10:56, Пётр Косаревский wrote:

> Is there high level operator/(inline)function for rotating bits?

No.

> Am I supposed to implement rotating bits (like ror/rol in i386 asm)  
> by inline assembler or some ugly workarounds (shifts and or-s)?

Yes. I think there's already a feature request to provide these  
operations, but no one worked on it yet.


Jonas


More information about the fpc-pascal mailing list