Search found 5 matches

by updatelee
Wed Nov 29, 2023 10:14 am
Forum: Report A Bug
Topic: bitwise AND not working on 32bit cells
Replies: 6
Views: 2676

Re: bitwise AND not working on 32bit cells

Latest version tested working 100% thank you !!!
by updatelee
Tue Aug 01, 2023 7:24 am
Forum: Report A Bug
Topic: bitwise AND not working on 32bit cells
Replies: 6
Views: 2676

Re: bitwise AND not working on 32bit cells

Yay ! thank you so much !
by updatelee
Fri Jul 21, 2023 8:09 am
Forum: Report A Bug
Topic: bitwise AND not working on 32bit cells
Replies: 6
Views: 2676

Re: bitwise AND not working on 32bit cells

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
by updatelee
Thu Jul 20, 2023 1:34 pm
Forum: Report A Bug
Topic: bitwise AND not working on 32bit cells
Replies: 6
Views: 2676

bitwise AND not working on 32bit cells

X & 0xFFFFFF0F

works on 8 and 16 but if I select 32bit it just messes up
by updatelee
Thu Mar 02, 2023 8:56 am
Forum: Feature Suggestions
Topic: hex editor UI improvments
Replies: 1
Views: 2238

hex editor UI improvments

imo the hex editor could some big improvements :) - I would love to see a hotkey like how Ctrl-H opens the hex editor, and F2 opens the edit parameters, maybe a Ctrl - F2 or something that opens the hex editor at that parameters location, man that would save a ton of scrolling. - I would also love t...