Mostly asking about arithmetic operations.
Example:
Assume 32-bit hardware eax stores 0xff000000
If "sub al, 0x10" is called, do the higher bytes/bits change? Does it affect the whole register, or does it confine the operation to that subdivision?
Do other operations (add, sal, sar, etc.) have consistent whole/sub register interactions?
