Author Topic: Expecting [...]  (Read 857 times)

0 Members and 1 Guest are viewing this topic.

Brian Alvarez

  • Guest
Expecting [...]
« 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. :)

Charles Pegge

  • Guest
Re: Expecting [...]
« Reply #1 on: May 20, 2019, 03:38:27 PM »
Thanks Brian,

Nested float-macros not handling fpu-quads correctly.  Now fixed.

Brian Alvarez

  • Guest
Re: Expecting [...]
« Reply #2 on: May 20, 2019, 11:32:46 PM »
Thanks Charles, that was quick. :)