flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > help me about list of output to inport

Author
Thread Post new topic Reply to topic
zahed



Joined: 20 May 2006
Posts: 1
zahed 20 May 2006, 15:26
hi;
i'm searching about list of assmbly structure "out and in" orders .
please send me information about it . and list of output to inport
thnx ;

for Example:


mov edx, 3D4h ; VGA CRT Controller
mov eax, 0Bh ; ah = Cursor End, al = line 0
out dx, ax ; hides cursor


mov edx, 3DAh ; CRT Input Status Register 1
in al, dx ; set flip-flop


mov edx, 3C0h ; CRT Attribute Controller
mov al, 30h ; Mode Control = 10h | 20h
out dx, al ; to maintain Palette Address Source bit


xor al, al ; no blinking, text mode
out dx, al
Post 20 May 2006, 15:26
View user's profile Send private message Reply with quote
JMD



Joined: 24 Sep 2003
Posts: 32
JMD 21 May 2006, 17:38
This might be a start....

http://www.pcguide.com/ref/mbsys/res/ioSummary-c.html

I dont know all there is to know about this topic but i believe you would be best off to find a datasheet for a particular chipset and looking through it for specific information.
Post 21 May 2006, 17:38
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.