speeding up
Archiver
Posts: 46,084
Hi,
I forgot to mask out the bits for invalid channels.
Checkdata:
Read Addata+ad,test
If (2^ad)&test<>0 then error
Return
Greetings peter
I forgot to mask out the bits for invalid channels.
Checkdata:
Read Addata+ad,test
If (2^ad)&test<>0 then error
Return
Greetings peter
Comments
The mask should be done with chan (0-7), not ad. Sorry.
Checkdata:
Read Addata+ad,test
If (2^chan)&test<>0 then error
Return
Oorspronkelijk bericht
Van: Peter Verkaik [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=vZTTuPvTnLFGJWqfQIes4tQqlfj2OSzd8So-30731XTXXg4XiIQj9_7VXhOyWAW5IZQgde9j812pNC7kZN9EpbIkZw]peterverkaik@b...[/url
Verzonden: woensdag 18 juli 2001 09:35
Aan: basicstamps@yahoogroups.com
Onderwerp: [noparse][[/noparse]basicstamps] RE: speeding up
Hi,
I forgot to mask out the bits for invalid channels.
Checkdata:
Read Addata+ad,test
If (2^ad)&test<>0 then error
Return
Greetings peter
To UNSUBSCRIBE, just send mail to:
basicstamps-unsubscribe@yahoogroups.com
from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/