News:

  • June 09, 2026, 01:51:35 PM

Login with username, password and session length

Author Topic: 205 comparative Bit????  (Read 9708 times)

jstutzman

  • Newbie
  • *
  • Posts: 2
205 comparative Bit????
« on: May 23, 2011, 03:24:56 PM »
Can STR comparative bit "greater-than-or-equal-to" be used for real numbers?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: 205 comparative Bit????
« Reply #1 on: May 23, 2011, 03:28:53 PM »
Sorry, no.  It just does a binary comparison of unsigned 16 bits, not an IEEE 32 bit floating point compare (REAL).  See CMPR box instruction for comparing two REAL numbers.

jstutzman

  • Newbie
  • *
  • Posts: 2
Re: 205 comparative Bit????
« Reply #2 on: May 23, 2011, 05:45:34 PM »
Thanks,
That was my gut feeling but I thought if I could do it that way it would shorten my program. :)


Sorry, this topic is locked. Only admins and moderators can reply.