Changeset 116 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuInit.asm
- Timestamp:
- Feb 26, 2011, 11:55:06 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuInit.asm
r104 r116 19 19 push es 20 20 push ds 21 LOAD_BDA_SEGMENT_TO ds, cx 21 LOAD_BDA_SEGMENT_TO ds, cx, ! 22 22 push WORD [BDA.wVidCurShape] 23 23 mov cl, MENU_size … … 74 74 call MenuText_RefreshTitle ; Draw title strings 75 75 call MenuText_RefreshAllItems ; Draw item strings 76 jmp MenuText_RefreshInformation ; Draw information strings 76 jmp MenuText_RefreshInformation ; Draw information strings 77 77 78 78
Note:
See TracChangeset
for help on using the changeset viewer.