|
|
|
|
|
by phire
269 days ago
|
|
Because CPUs still have instructions that automatically truncate the result of all math operations to 32 bits (and sometimes 8-bit and 16-bit too, though not universally). To operate on any other size, you need to insert extra instructions to mask addresses to the desired size before they are used. |
|