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/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm

    r65 r103  
    1 ; File name     :   MenuitemPrint.asm
    21; Project name  :   XTIDE Universal BIOS Configurator v2
    3 ; Created date  :   5.10.2010
    4 ; Last update   :   5.12.2010
    5 ; Author        :   Tomi Tilli
    62; Description   :   Functions for printing MENUITEM name and value.
    73
     
    105101.FormatValueStringFromItemInDSSItoBufferInSSBP:
    106102    push    es
    107     call    Registers_CopySSBPtoESDI
     103    Registers_CopySSBPtoESDI
    108104    mov     al, '['
    109105    stosb
Note: See TracChangeset for help on using the changeset viewer.