[fpc-devel] Haiku

2023-02-05 Thread Paul Renaud via fpc-devel
Is there any plan to release a version of the compiler for 64-bit Haiku? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

[fpc-devel] Help with inline assembler code

2023-03-29 Thread Paul Renaud via fpc-devel
Hello,  I've been having a problem getting some code to compile.  I've gone through the documentation, butthere isn't any specific info for the arm version. This is a simplified version Program Test;     Function HiInteger( Value: LongInt ): LongInt;     Begin   Asm     LdR R0, Value