Wobei (um himitsus Beitrag noch zu ergänzen)
alle Register (also A,B,C,D) eigentlich nur 1 großes sind:
AH + AL = AX
AX = die unteren 16 Bit von EAX
EAX = die unteren 32 Bit von RAX
Das gleiche gilt für RBX, RCX, RDX.
Code:
-----------RAX-----------
|----EAX-----
| |--AX--
| | | | | | |AH|AL|
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."