Changeset 293 in xtideuniversalbios for trunk/Configurator/Src/MenuPage.asm


Ignore:
Timestamp:
Mar 4, 2012, 1:33:52 AM (12 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Commit 1/2 (Library, Configurators and Serial Server):

  • Changed Emulate.inc so that making 286 and 386 versions now works. Additionally, only one processor type define is needed in the makefile.
  • Minor optimizations.
  • Fixed spelling and did some cleaning.
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
    62; Description   :   Functions to access MENUPAGE structs.
    73
     
    113109    push    cx
    114110    push    bx
    115     eMOVZX  cx, BYTE [si+MENUPAGE.bItemCnt]
     111    eMOVZX  cx, [si+MENUPAGE.bItemCnt]
    116112    lea     bx, [si+MENUPAGE.rgMenuPageItem]
    117113ALIGN JUMP_ALIGN
Note: See TracChangeset for help on using the changeset viewer.