Home | History | Annotate | Download | only in bios

Lines Matching full:x100

1581   mov  ax, #0x100
3631 lba=buffer[0x4A]*0x1000000+buffer[0x49]*0x10000+buffer[0x48]*0x100+buffer[0x47];
3668 boot_segment=buffer[0x23]*0x100+buffer[0x22];
3674 nbsectors=buffer[0x27]*0x100+buffer[0x26];
3677 lba=buffer[0x2B]*0x1000000+buffer[0x2A]*0x10000+buffer[0x29]*0x100+buffer[0x28];
3731 return (read_byte(ebda_seg,&EbdaData->cdemu.emulated_drive)*0x100)+0;