[futurebasic] RE: [FB] New instr (was "Whyfor this thou behavior? ")

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2010 : Group Archive : Group : All Groups

From: "Edwards, Waverly" <Waverly.Edwards@...>
Date: Thu, 29 Apr 2010 09:20:14 -0500
>>

> BTW, is there yet a way to PEEK WIDE()? Using XREF was the only means I could find.


Yes. To dereference 1, 2, 4 and 8 byte signed integers: p.0`  p.0%  p.0&  p.0@. (For unsigned: p.0``  p.0%`  p.0&`  p.0@`).

Robert P.

<<

I guess I'm not keeping up to date.  I didn't know the p.0@ was used to get an 8 byte signed integer.


W.