Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on May 20, 2019, 02:15:58 PM

Title: Expecting [...]
Post 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:

Code: [Select]
QUAD J, A

J = (J + 2 - A + floor(0.25 * A))

Raises this error at compilation time:

Code: [Select]
ASSEMBLER:
 ERR: fild qword !!  Expecting '[..]'
LINE: 116
FILE: "main source

Just reporting it, no rush. :)
Title: Re: Expecting [...]
Post by: Charles Pegge on May 20, 2019, 03:38:27 PM
Thanks Brian,

Nested float-macros not handling fpu-quads correctly.  Now fixed.
Title: Re: Expecting [...]
Post by: Brian Alvarez on May 20, 2019, 11:32:46 PM
Thanks Charles, that was quick. :)