Re: Clarification on IO Operations
From: Gary Kato (garykato_at_aol.com)
Date: 12/29/04
- Next message: Rex: "Re: kernel lockup ?"
- Previous message: guruteck_at_gmail.com: "Re: boot from usb???"
- In reply to: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Next in thread: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Reply: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 Dec 2004 06:52:20 GMT
>1.What is Non Memory addresses???
>2.How Non Memory IO exactly works???(eg: port I/O)??
>3.How Processor can Access Non Memory I/O Devices..??
Some processors, like the Intel 8086 and Zilog Z80, have special I/O
instructions like IN and OUT. These instructions use a separate I/O address
space. The usual term for these I/O locations are I/O ports. As an example, the
Z80 can address 65536 bytes of memory, but only 256 I/O ports. There is usually
a separate pin (or two) on the CPU to distinguish I/O access from Memory
access.
- Next message: Rex: "Re: kernel lockup ?"
- Previous message: guruteck_at_gmail.com: "Re: boot from usb???"
- In reply to: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Next in thread: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Reply: guruteck_at_gmail.com: "Re: Clarification on IO Operations"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|