This line of code generates an error when I attempt to compile it. I've
simplified it here.
Asm BIC X0, X0, X4End;
I'm using Free Pascal 3.2.2 for aarch64
the error generated is
Error: Syntax error while trying to parse a shifter operand
___
fpc-
Hi, I have a question about some code.
The following code segment generated a compiler error when I compiled it with...
fpc Sample -Se -gl -al
but not when it's compiled with...
fpc Sample -Se -gl
...
Asm LdRH R0, [ R1, R2, LSL #1 ]End [ 'R0', 'R1' ];...
Any idea why? Its driving me crazy.
Than
A quick question about FreePascal for Arm32.
Does the floating point code generated by the compiler depend on the vector
length being set at zero?
If I were to change the vector length that the VFP processes to 3 which would
enable using vectors of 4 elements,would that effect the code the compi
IHello,
I'm having a problem with the OS/2 version of the compiler.
This simplified version of my program keeps generating an exception
when compiled and run in EComStation 1.2, OS/2 versions 4.5 and 4
but runs fine when compiled for Windows.
Program Test1( Input, Output );
{$S+}
Const
Hello,
I've encountered a problem with the command line version of the compiler for
OS/2. It only
appears to occur when the compiler attempts to recompile sub-units and the
source code
is on a FAT formatted hard drive. When the source code is on a HPFS or JFS
formatted drive,
the problem do