Lines Matching refs:bx
248 unsigned short ax,bx;
260 bx = regs.ebx & 0xffff;
262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069))
268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) {
350 unsigned short bx,cx;
365 bx = (unsigned short) (regs.ebx & 0xffff);
368 the bx register holds 0xe6f5. However my code is producing
375 bx = 0xe6f5;
379 address = bx;
381 address = 9+bx+cx;