Changeset 103 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
- Timestamp:
- Feb 2, 2011, 1:33:48 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/MenuitemPrint.asm
r65 r103 1 ; File name : MenuitemPrint.asm2 1 ; Project name : XTIDE Universal BIOS Configurator v2 3 ; Created date : 5.10.20104 ; Last update : 5.12.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for printing MENUITEM name and value. 7 3 … … 105 101 .FormatValueStringFromItemInDSSItoBufferInSSBP: 106 102 push es 107 callRegisters_CopySSBPtoESDI103 Registers_CopySSBPtoESDI 108 104 mov al, '[' 109 105 stosb
Note:
See TracChangeset
for help on using the changeset viewer.