Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Libraries/menu/menumsg.asm
- Timestamp:
- Mar 4, 2012, 1:33:52 AM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/Libraries/menu/menumsg.asm
r181 r293 212 212 call MenuMsg_GetTokenForLine ; Get ptr to first token, length to AX 213 213 jnc .EndOfString ; Return if no tokens 214 eMOVZX dx, BYTE [bp+MENUVARS.bWidth]; Menu width214 eMOVZX dx, [bp+MENUVARS.bWidth] ; Menu width 215 215 sub dl, SIZE_MSG_HBRDR ; To line length 216 216 mov bl, ' ' ; Space character
Note:
See TracChangeset
for help on using the changeset viewer.