Changeset 48 in xtideuniversalbios for trunk/Assembly_Library/Src/LibraryTests.asm


Ignore:
Timestamp:
Oct 8, 2010, 3:44:05 PM (14 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Assembly Library:
Added functions to clear Menu Title and Information areas.
Implemented automatic line change when writing Menu Title and Information areas.
CGA snow related functions have been moved to CgaSnow.asm.
Keyboard input functions no longer produce beep for backspace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Assembly_Library/Src/LibraryTests.asm

    r46 r48  
    8383    ret
    8484.szMenuTitle:
    85     db      "First line for menu title.",CR,LF,
    86     db      "This is the second line.",NULL
     85    db      "Simple test program for Assembly Library. Can be used to find bugs.",NULL
    8786
    8887ALIGN JUMP_ALIGN
     
    9796.szInfoTitle:
    9897    db      "Information line 1,",CR,LF,
    99     db      "Information line 2,",CR,LF,
    100     db      "This is the last information line.",NULL
     98    db      "Information line 2. ",
     99    db      "This comes (12) right after Information line 2.",NULL
    101100
    102101ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.