Changeset 103 in xtideuniversalbios for trunk/Assembly_Library/Src/Util/Memory.asm


Ignore:
Timestamp:
Feb 2, 2011, 1:33:48 AM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Optimizations to Assembly Library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Util/Memory.asm

    r54 r103  
    1 ; File name     :   Memory.asm
    21; Project name  :   Assembly Library
    3 ; Created date  :   14.7.2010
    4 ; Last update   :   24.10.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for memory access.
    73
     
    2622
    2723    shr     cx, 1           ; Operate with WORDs for performance
    28     jcxz    %%HandleRemainingByte
     24    jz  %%HandleRemainingByte
    2925    %1      %2w
    3026%%HandleRemainingByte:
     
    7066    push    di
    7167    push    ax
    72     call    Registers_CopySSBPtoESDI
     68    Registers_CopySSBPtoESDI
    7369    call    Memory_ZeroESDIwithSizeInCX
    7470    pop     ax
Note: See TracChangeset for help on using the changeset viewer.