cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

denat
Journeyman III

Incrementing Addresses

If I want to increment a memory address - do I have to specify how much one value is equal to? Is a value of one equal to a set of bits, a byte, or just one bit? For example [100+1] would that be letting me access a bit higher than 100? Just wondering how to count addresses.. appreciate it

0 Likes
1 Reply
avk
Adept III

The x86 only has byte addressation.

0 Likes