Changeset 7212 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- Feb 29, 2008 1:40:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memset.asm
r7209 r7212 100 100 mov ah, al 101 101 mov edx, eax 102 sh redx, 16102 shl edx, 16 103 103 or eax, edx 104 104
Note:
See TracChangeset
for help on using the changeset viewer.