[virtmach] instruction set

thaddaeus.frogley@creaturelabs.com thaddaeus.frogley@creaturelabs.com
Wed, 19 Apr 2000 09:59:37 +0100


...

> Because this:
>
>   if ( a < b )
>
>is not the same as this:
>
>   if ( (a-b) < 0 )
>
>Sorry.

Umm, I only have to worry about signed integers, and floating point values.
There are no unsigned values in my data model, so I think it would be
okay...

Thad