Welcome, Guest. Please login or register.

Author Topic: port in/out like under x86 question.  (Read 1963 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline srg86

  • Full Member
  • ***
  • Join Date: Aug 2004
  • Posts: 211
    • Show all replies
    • http://www.aopp12.dsl.pipex.com
Re: port in/out like under x86 question.
« on: April 13, 2005, 06:28:35 PM »
The AVR line of 8-bit microcontrollers has it's built in peripheral's registers in a block which can then be access by memory IO. Interesteingly they also have IO instructions and an IO address space so you and use both (in fact io instructions are faster because the architechture is optimised for them).

It's like the IO address space is also mapped into a portion of the memory address space, odd.

srg