Changeset 60688 in vbox for trunk/src/VBox/Devices/BiosCommonCode
- Timestamp:
- Apr 25, 2016 12:52:23 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/BiosCommonCode
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm
r60484 r60688 31 31 ; 64-bit left shift. 32 32 ; 33 ; @param ax:bx:cx:dx Value. 33 ; @param ax:bx:cx:dx Value. (AX is the most significant, DX the least) 34 34 ; @param si Shift count. 35 35 ; @returns ax:bx:cx:dx Shifted value. -
trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm
r60484 r60688 31 31 ; 64-bit unsigned right shift. 32 32 ; 33 ; @param ax:bx:cx:dx Value. 33 ; @param ax:bx:cx:dx Value. (AX is the most significant, DX the least) 34 34 ; @param si Shift count. 35 35 ; @returns ax:bx:cx:dx Shifted value.
Note:
See TracChangeset
for help on using the changeset viewer.