> I'm trying to read in the status port and compare it against a value, but
> it's showing some strange behavior.
>
> This doesn't work-
>
> if (_inp(statusreg) == VERSION) { blah blah }
>
> but this does-
>
> test = _inp(statusreg);
> if (test == VERSION) { blah blah }
When you generate an assembly listing of the code what does it look like?
Kurt
Received on Thu Jul 22 11:49:40 1999
This archive was generated by hypermail 2.1.8 : Fri Aug 01 2003 - 00:31:28 EDT