- Can you confirm that memory address in a PC is alway pointing to one byte (8 bits)?
- If a float number needs 32 bits in memory, does the computer allocate 4-sequential bytes (32 bits total) to represent that number?
1
votes
If you address single bits instead of bytes, you immediately cut your effective address space by 8x. Why would you want that?
- Leeor