CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Assembly Language

on 2001-08-13 23:01:21 UTC
Here's how to do it in debug. <enter> means press the enter key.

debug <enter>
a<enter>
mov ax,5f00<enter>
int 10<enter>
int 3<enter>
<enter>
rcx<enter>
100<enter>
g<enter>

The int 10 will complete, the int 3 will return control back to the debugger
with a register dump.

later,
Larry E.




----- Original Message -----
From: "William Scalione" <wscalione@...>
To: <CAD_CAM_EDM_DRO@yahoogroups.com>; "AAA William Scalione"
<wscalione@...>
Sent: Monday, August 13, 2001 4:19 PM
Subject: [CAD_CAM_EDM_DRO] Assembly Language


> 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
>
>
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
>
> Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
> Moderator: jmelson@... timg@... [Moderator]
> URL to this page: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
> bill,
> List Manager
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

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