Changeset 128 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm


Ignore:
Timestamp:
Mar 4, 2011, 1:47:17 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Changes to the XTIDE Universal BIOS:

  • Size optimizations in various files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm

    r121 r128  
    7373    stosw
    7474    loop    .CopyNextWord
    75     xor     ax, ax
     75    xor     ax, ax                      ; Zero AX and clear CF
    7676    stosb                               ; Terminate with NULL
    7777
     
    7979    pop     si
    8080    pop     ds
    81     clc
    8281    ret
    8382
     
    9493;   Corrupts registers:
    9594;       Nothing
    96 ;--------------------------------------------------------------------   
     95;--------------------------------------------------------------------
    9796ALIGN JUMP_ALIGN
    9897BootInfo_GetTotalSectorCount:
Note: See TracChangeset for help on using the changeset viewer.