Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/Menupages/IdeControllerMenu.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/Menupages/IdeControllerMenu.asm
r2 r293 1 ; File name : IdeControllerMenu.asm 2 ; Project name : XTIDE Univeral BIOS Configurator 3 ; Created date : 23.4.2010 4 ; Last update : 27.4.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS Configurator 6 2 ; Description : Menu for configuring IDEVARS. 7 3 … … 119 115 120 116 ;-------------------------------------------------------------------- 121 ; Stores IDEVARS specific pointers to IDE Controller Menu 117 ; Stores IDEVARS specific pointers to IDE Controller Menu 122 118 ; MENUPAGEITEM structs. 123 119 ; … … 133 129 ALIGN JUMP_ALIGN 134 130 IdeControllerMenu_SetIdevarsOffset: 135 eMOVZX cx, BYTE[g_MenuPageIdeVars+MENUPAGE.bItemCnt]131 eMOVZX cx, [g_MenuPageIdeVars+MENUPAGE.bItemCnt] 136 132 dec cx 137 133 mov bx, g_MenuPageItemIdeMaster+MENUPAGEITEM.pValue
Note:
See TracChangeset
for help on using the changeset viewer.