Posted: Fri Aug 14, 2015 5:30 pm Post subject: Question about binary scan
Hello everyone, I'm actually having an interesting issue : I am searching for the address of a value which I know is a binary one. But I don't know the exact value of the variable, I just know that it is located in a range from 0 to 100. The problem is I can't figure out to do a "value between" scan on binary types (the only option is "exact value") Do you guys have some idea on how to find the adress of this variable ? Anyway, thanks for your time !
Binary is only values 0-1, and if it's using a bunch of bits together... then yeah that's a byte.
At least I've never seen anything address multiple values within a single byte that's actually part of more than one neighboring bitfield. That'd actually be slower. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum