[fpc-devel] Haiku
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
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