Hello Charles,
In 64 bit mode, there is no problem, but in 32bit mode, this code:
QUAD J, A
J = (J + 2 - A + floor(0.25 * A))
Raises this error at compilation time:
ASSEMBLER:
ERR: fild qword !! Expecting '[..]'
LINE: 116
FILE: "main source
Just reporting it, no rush.