Changeset 45 in xtideuniversalbios for trunk/Assembly_Library/Inc/Menu.inc


Ignore:
Timestamp:
Sep 29, 2010, 5:59:07 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to assembly library:
Changed SetCharOutputFunctionFromAXwithAttribFlagInDL to SetCharOutputFunctionFromAXwithAttribFlagInBL since DX register gets corrupted by Display_FunctionFromDI.
Implemented quicksort.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Inc/Menu.inc

    r44 r45  
    107107
    108108    .bFlags                         resb    1   ; Menu flags
    109     .bLastSecondPrinted             resb    1   ; To minimize CGA snow when using timeouts
     109                                    resb    1
    110110    .wTimeoutCounter                resb    2
    111111
Note: See TracChangeset for help on using the changeset viewer.