Changeset 583 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages
- Timestamp:
- Apr 23, 2015, 4:28:47 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Menupages/MasterSlaveMenu.asm
r567 r583 399 399 push dx 400 400 401 mov ax, [es:di]402 mov dx, [es:di+2] ; DX:AX now holds user defined LBA28 limit403 add ax, BYTE 1 ; Increment by one404 adc dx, BYTE 0401 mov ax, 1 402 cwd ; DX:AX = 1 403 add ax, [es:di] 404 adc dx, [es:di+2] ; User defined LBA28 limit added 405 405 406 406 xchg ax, dx ; SHR 16
Note:
See TracChangeset
for help on using the changeset viewer.