Changeset 181 in xtideuniversalbios for trunk/Configurator/Src/MenuPageItem.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/MenuPageItem.asm
r145 r181 65 65 ALIGN JUMP_ALIGN 66 66 MenuPageItem_DisplayHelpDialog: 67 push cs 68 pop es 67 69 mov di, [di+MENUPAGEITEM.szHelp] ; ES:DI now points to help string 68 push cs69 pop es70 70 mov bl, WIDTH_DLG ; Dialog width 71 71 jmp Menu_ShowMsgDlg
Note:
See TracChangeset
for help on using the changeset viewer.