VirtualBox

Changeset 60688 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 25, 2016 12:52:23 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106861
Message:

docs

Location:
trunk/src/VBox/Devices/BiosCommonCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/BiosCommonCode/__U8LS.asm

    r60484 r60688  
    3131; 64-bit left shift.
    3232;
    33 ; @param    ax:bx:cx:dx Value.
     33; @param    ax:bx:cx:dx Value. (AX is the most significant, DX the least)
    3434; @param    si          Shift count.
    3535; @returns  ax:bx:cx:dx Shifted value.
  • trunk/src/VBox/Devices/BiosCommonCode/__U8RS.asm

    r60484 r60688  
    3131; 64-bit unsigned right shift.
    3232;
    33 ; @param    ax:bx:cx:dx Value.
     33; @param    ax:bx:cx:dx Value. (AX is the most significant, DX the least)
    3434; @param    si          Shift count.
    3535; @returns  ax:bx:cx:dx Shifted value.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette