Changeset 18
- Timestamp:
- Sep 18, 2010, 8:07:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/init.asm
r16 r18 353 353 ; taken from OS/2 Uniaud project, original author: Timur Tabi 354 354 __U4M proc near 355 __I4M label near 355 356 shl edx,10h ;; Load dx:ax into eax 356 357 mov dx,ax … … 365 366 __U4M endp 366 367 367 __I4M proc near368 shl edx,10h ;; Load dx:ax into eax369 mov dx,ax370 mov eax,edx371 mov dx,cx ;; Load cx:bx into edx372 shl edx,10h373 mov dx,bx374 mul edx ;; Multiply eax*edx into edx:eax375 mov edx,eax ;; Load eax into dx:ax376 shr edx,10h377 ret378 __I4M endp379 380 368 381 369 ; Signed long divide routine;
Note:
See TracChangeset
for help on using the changeset viewer.