[futurebasic] Re: [FB] Microseconds

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2001 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Thu, 30 Aug 2001 21:56:18 -0400
>... all of which is reassuring (I think), but the
>"`0xA193,0x225F,0x22C8,0x2280" part still looks rather daunting. Need we
>know anything about it?

Ted,

That is just the hex for the 68K version of the call. You don't even need
it for compiling in PPC, which makes adding the missing call pretty easy,
if you know the parameters and result.

But, if you do a fat compile, it will call you on it if the hex codes
aren't there too.

Robert