Searched defs:GET_DL (Results 1 - 2 of 2) sorted by relevance

/external/qemu-pc-bios/vgabios/
H A Dvgabios.h24 #define GET_DL() ( DX & 0x00ff ) macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1005 #define GET_DL() ( DX & 0x00ff ) macro
6068 || (read_byte(ebda_seg,&EbdaData->cdemu.emulated_drive ) != GET_DL())) {
6069 BX_INFO("int13_cdemu: function %02x, emulation not active for DL= %02x\n", GET_AH(), GET_DL());

Completed in 171 milliseconds