Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on May 20, 2019, 02:15:58 PM
-
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. :)
-
Thanks Brian,
Nested float-macros not handling fpu-quads correctly. Now fixed.
-
Thanks Charles, that was quick. :)