Assembly Language
Posted by
William Scalione
on 2001-08-13 15:47:31 UTC
A little off topic, so reply off list please
I am trying to get a video card working under X and I need to
find out some info on the card. It has a Chips and Technology
65530 chip on it and I need to do an interupt 10 call in assembly
language to get it. Any idea how this is done in Debug. Here is
the info I have
I know it would be much easier to just use a supported card but
this will run a flat panel display that I would like to use, and I thought
I would give it a try. If I can get it to work I plan on making a control
panel for EMC with the display and switches grafted onto an old
keyboard circuit board
Int 10/AX=5F00h
Chips & Technologies Extended BIOS - RETURN CHIP INFORMATION
AX = 5F00h
Return:AL = 5Fh function supported
BL = chip type (see #0106)
BH = video memory size (00h 256KB, 01h 512KB, 02h 1MB)
CX = miscellaneous information (see #0107)
See Also: AX=5F01h
Bitfields for Chips&Technologies chip type:
Bit(s) Description (Table 0106)
7-4 chip type.
0000:82c451.
0001:82c452.
0010:82c455.
0011:82c453.
0101:82c456.
0110:82c457.
0111:F65520.
1000:F65530.
1100:F65535/F65545 ???.
1101:F65540
3-0 revision number
Bitfields for Chips&Technologies miscellaneous information:
Bit(s) Description (Table 0107)
0 DAC size (0=6-bit, 1=8-bit)
1 system type (0=PC/AT, 1=PS/2)
2 extended text modes supported by BIOS
3 reserved
4 extended graphics modes supported by BIOS
5 reserved
6 BIOS supports graphics cursor
7 BIOS supports anti-aliased font
8 BIOS supports pre-programmed emulation
9 BIOS supports auto emulation
10 BIOS supports variable mode set at cold boot
11 BIOS supports variable mode set on warm boot
12 BIOS supports emulation mode set at cold boot
13 BIOS supports emulation mode set on warm boot
14-15 reserved
Thanks,Bill
I am trying to get a video card working under X and I need to
find out some info on the card. It has a Chips and Technology
65530 chip on it and I need to do an interupt 10 call in assembly
language to get it. Any idea how this is done in Debug. Here is
the info I have
I know it would be much easier to just use a supported card but
this will run a flat panel display that I would like to use, and I thought
I would give it a try. If I can get it to work I plan on making a control
panel for EMC with the display and switches grafted onto an old
keyboard circuit board
Int 10/AX=5F00h
Chips & Technologies Extended BIOS - RETURN CHIP INFORMATION
AX = 5F00h
Return:AL = 5Fh function supported
BL = chip type (see #0106)
BH = video memory size (00h 256KB, 01h 512KB, 02h 1MB)
CX = miscellaneous information (see #0107)
See Also: AX=5F01h
Bitfields for Chips&Technologies chip type:
Bit(s) Description (Table 0106)
7-4 chip type.
0000:82c451.
0001:82c452.
0010:82c455.
0011:82c453.
0101:82c456.
0110:82c457.
0111:F65520.
1000:F65530.
1100:F65535/F65545 ???.
1101:F65540
3-0 revision number
Bitfields for Chips&Technologies miscellaneous information:
Bit(s) Description (Table 0107)
0 DAC size (0=6-bit, 1=8-bit)
1 system type (0=PC/AT, 1=PS/2)
2 extended text modes supported by BIOS
3 reserved
4 extended graphics modes supported by BIOS
5 reserved
6 BIOS supports graphics cursor
7 BIOS supports anti-aliased font
8 BIOS supports pre-programmed emulation
9 BIOS supports auto emulation
10 BIOS supports variable mode set at cold boot
11 BIOS supports variable mode set on warm boot
12 BIOS supports emulation mode set at cold boot
13 BIOS supports emulation mode set on warm boot
14-15 reserved
Thanks,Bill
Discussion Thread
William Scalione
2001-08-13 15:47:31 UTC
Assembly Language
Larry Edington
2001-08-13 23:01:21 UTC
Re: [CAD_CAM_EDM_DRO] Assembly Language
William Scalione
2001-08-14 06:49:17 UTC
Re: [CAD_CAM_EDM_DRO] Assembly Language