Hi, I am wondering what the register keyword does, I am hoping that it is the same as the c++ register keyword.
In c++ the register keyword tries to make the compiler use the CPU's registers if possible for the variable being defined. If anyone knows what the register keyword does and how it is used please let me know. I could use "asm" and use the registers myself but its not cross platform compatible. Thanks
_______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel