Changeset 181 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Boot/BootInfo.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/XTIDE_Universal_BIOS/Src/Boot/BootInfo.asm
r165 r181 125 125 mul bl ; AX = Offset inside BOOTNFO array 126 126 add ax, BOOTVARS.rgBootNfo ; Add offset to BOOTNFO array 127 xchg bx, ax ; Copyresult to BX127 xchg bx, ax ; Move result to BX 128 128 ret
Note:
See TracChangeset
for help on using the changeset viewer.