Joined: 09 May 2003 Posts: 25700 Location: The netherlands
Posted: Tue Nov 22, 2022 4:55 pm Post subject:
for example one common thing:
10 is stored in memory as 81
100 is stored in memory as 801
(to the uninitiated this is called the "value*8+1 type")
now look at the binary representation of the values:
10=1010
81=1010001
100=1100100
801=1100100001
As you can see, the value is stored in memory shifted 3 bits to the left
To add this address to the list you'd set the type to binary, tick bit 3, and set length to at least 7, but since it tends to be 2 bytes or more, 16-3=13 works the same _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
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