Lines Matching refs:bx
249 unsigned short ax,bx;
261 bx = regs.ebx & 0xffff;
263 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069))
269 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) {
351 unsigned short bx,cx;
366 bx = (unsigned short) (regs.ebx & 0xffff);
369 the bx register holds 0xe6f5. However my code is producing
376 bx = 0xe6f5;
380 address = bx;
382 address = 9+bx+cx;