Ignore:
Timestamp:
Feb 9, 2012, 11:08:59 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Space optimizations in the Boot Menu and BootInfo routines, taking advantage of nested %s. Optimization in the init of RamVars to avoid writing the signature twice. Preparing for addition of serial floppy support, starting to break the assumption that our drives are always 80h or higher.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/Display/DisplayFormatCompressed.asm

    r223 r241  
    6767DisplayFormatCompressed_ret:            ; jump target for other routines who need a "ret"
    6868    ret
     69
     70DisplayFormatCompressed_Format_z:
     71    xor     bx, bx
     72    xchg    si, ax
     73    jmp     short DisplayPrint_NullTerminatedStringFromBXSI
    6974
    7075DisplayFormatCompressed_Format_x:
Note: See TracChangeset for help on using the changeset viewer.