bitwise AND not working on 32bit cells

Report bugs found in TunerPro. Please be sure to include as much info as possible, including system specs, OS, repro steps and TunerPro version number.

Moderators: Mangus, robertisaar, dex

Post Reply
updatelee
Posts: 5
Joined: Fri Feb 24, 2023 6:35 am

bitwise AND not working on 32bit cells

Post by updatelee »

X & 0xFFFFFF0F

works on 8 and 16 but if I select 32bit it just messes up
updatelee
Posts: 5
Joined: Fri Feb 24, 2023 6:35 am

Re: bitwise AND not working on 32bit cells

Post by updatelee »

I should provide more info lol

conversion when set to just X

8it = 86
16bit = C386
32bit = 82D5C386

when conversion formula set to X & 0xFFFFFF0F

8it = 06
16bit = C306
32bit = FFFFFFFF

the bitwise AND operation works in 8 and 16bit but not 32bit
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Re: bitwise AND not working on 32bit cells

Post by Mangus »

Will look into this. Thanks!
***************************************
TunerPro Author
1989 Trans Am
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Re: bitwise AND not working on 32bit cells

Post by Mangus »

Fixed for the next release. In the meantime, for the values you specify, this will work if you turn it into a signed value.
***************************************
TunerPro Author
1989 Trans Am
updatelee
Posts: 5
Joined: Fri Feb 24, 2023 6:35 am

Re: bitwise AND not working on 32bit cells

Post by updatelee »

Yay ! thank you so much !
updatelee
Posts: 5
Joined: Fri Feb 24, 2023 6:35 am

Re: bitwise AND not working on 32bit cells

Post by updatelee »

Latest version tested working 100% thank you !!!
User avatar
Mangus
TunerPro Author
Posts: 1926
Joined: Wed Mar 19, 2003 1:49 pm

Re: bitwise AND not working on 32bit cells

Post by Mangus »

Glad to hear it. Thanks for checking.
***************************************
TunerPro Author
1989 Trans Am
Post Reply