Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 5
    Ah, of course, extended precision compare can start with the most significant word until it encounters a non-zero word comparison. Commented Jul 20 at 7:08
  • I think you should add your suggestion to use 16-bit SBC/ADD from your comment elsewhere to this post, as it would be the most compact code possible (even if I agree that it is not a good solution from the performance perspective). Commented Jul 21 at 10:45
  • 1
    Thanks! I guess I just had subtraction on the brain because I already had subHLDE in the same file. Commented Jul 21 at 16:58