Index: /trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm
===================================================================
--- /trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm	(revision 60687)
+++ /trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm	(revision 60688)
@@ -31,5 +31,5 @@
 ; 64-bit left shift.
 ;
-; @param    ax:bx:cx:dx Value.
+; @param    ax:bx:cx:dx Value. (AX is the most significant, DX the least)
 ; @param    si          Shift count.
 ; @returns  ax:bx:cx:dx Shifted value.
Index: /trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm
===================================================================
--- /trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm	(revision 60687)
+++ /trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm	(revision 60688)
@@ -31,5 +31,5 @@
 ; 64-bit unsigned right shift.
 ;
-; @param    ax:bx:cx:dx Value.
+; @param    ax:bx:cx:dx Value. (AX is the most significant, DX the least)
 ; @param    si          Shift count.
 ; @returns  ax:bx:cx:dx Shifted value.
