CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Assembly Language

on 2001-08-14 06:49:17 UTC
Thanks for the info Larry, Not sure if I will be able to get
this card to work but it's worth a try. Linux is pretty picky
about video cards, especially odd ones like this. The
info gathered under DOS debug will be put into the
XF86Config file and I'll see what happens.

Bill

> 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.
>
>

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