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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c452 uint16_t base_address, base_count, base_es; local
555 base_es = (ES << 4); // lower 16bits contributed by ES
556 base_address = base_es + BX; // lower 16 bits of address
558 if ( base_address < base_es ) {
696 base_es = (ES << 4); // lower 16bits contributed by ES
697 base_address = base_es + BX; // lower 16 bits of address
699 if ( base_address < base_es ) {
872 base_es = (ES << 4); // lower 16bits contributed by ES
873 base_address = base_es + BX; // lower 16 bits of address
875 if ( base_address < base_es ) {
[all...]

Completed in 44 milliseconds