Lines Matching refs:AX
582 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_debugmsg() argument
583 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_debugmsg()
595 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS) in int10_func() argument
596 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS; in int10_func()
635 AX=0x00;
650 biosfn_read_char_attr(GET_BH(),&AX);
662 biosfn_read_pixel(GET_BH(),CX,DX,&AX);
770 vbe_biosfn_return_controller_information(&AX,ES,DI);
773 vbe_biosfn_return_mode_information(&AX,CX,ES,DI);
776 vbe_biosfn_set_mode(&AX,BX,ES,DI);
779 vbe_biosfn_save_restore_state(&AX, CX, DX, ES, &BX);
787 AX=0x100;
795 AX=0x100;
802 AX=0x100;
807 AX=0x0100;
1886 static void biosfn_read_pixel (BH,CX,DX,AX) Bit8u BH;Bit16u CX;Bit16u DX;Bit16u *AX; in biosfn_read_pixel() argument
1935 write_word(ss,AX,(read_word(ss,AX) & 0xff00) | attr);