82810E
From: Peter (cmk128_at_hotmail.com)
Date: 01/27/04
- Next message: Beth: "Re: input & output in assembly"
- Previous message: John H. Guillory: "Re: OS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Jan 2004 23:40:11 -0800
Hi
I have a compaq computer with Intel 82810E Graphic Controller. When
i execute one of the following code. The computer look like stop
running (I guess, don't know how to prove), how can we know which
computer will behave like this?
code 1)
mov ax,3
int 0x10
code 2)
mov ax,0x4f00
mov bx,0x800
mov es,bx
xor di,di
int 0x10
thanks
from Peter
- Next message: Beth: "Re: input & output in assembly"
- Previous message: John H. Guillory: "Re: OS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|