Changeset 433 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
- Timestamp:
- Jun 19, 2012, 4:24:36 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/VariablesAndDPTs/RamVars.asm
r417 r433 188 188 ALIGN JUMP_ALIGN 189 189 RamVars_GetCountOfKnownDrivesToAX: 190 mov ax, [RAMVARS.w DrvCntAndFirst]190 mov ax, [RAMVARS.wFirstDrvAndCount] 191 191 add al, ah 192 192 and ax, BYTE 7fh
Note:
See TracChangeset
for help on using the changeset viewer.