Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/MenuPage.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/MenuPage.asm
r2 r293 1 ; File name : MenuPage.asm 2 ; Project name : XTIDE Univeral BIOS Configurator 3 ; Created date : 15.4.2010 4 ; Last update : 27.4.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS Configurator 6 2 ; Description : Functions to access MENUPAGE structs. 7 3 … … 113 109 push cx 114 110 push bx 115 eMOVZX cx, BYTE[si+MENUPAGE.bItemCnt]111 eMOVZX cx, [si+MENUPAGE.bItemCnt] 116 112 lea bx, [si+MENUPAGE.rgMenuPageItem] 117 113 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.