- Timestamp:
- Feb 25, 2012, 7:14:53 AM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Device.asm
r258 r268 12 12 13 13 %macro CMP_USING_DPT_AND_JUMP_IF_JRIDE_DEVICE 1 14 xchg ax, bx 14 15 eMOVZX bx, [di+DPT.bIdevarsOffset] 15 16 cmp BYTE [cs:bx+IDEVARS.bDevice], DEVICE_JRIDE_ISA 17 xchg bx, ax ; Restore BX 16 18 je SHORT %1 17 19 %endmacro
Note:
See TracChangeset
for help on using the changeset viewer.