|
Message
From: "Thilo Jeremias" <jeremias@o...>
Date: Sun, 8 Dec 2002 12:48:37 +1000
Subject: AW: [oc] ARM Equivalent instructions of IN and OUT in x86
All IO on the arm is memory mapped,
you write 8b/16b or word quantities to the desired io-port.
See the relevant ARM (the implementation you are using), docs for
information on where to find the IO-PORTS.
in <-> ld reg,addr (32bit)
ins <-> ldb .... (8bit)
See the arm docu
Nice:
'C'
volatile unsigned long *mem= ...addr...
will do I/O in C
cheers
-----Ursprüngliche Nachricht-----
Von: owner-cores@o... [mailto:owner-cores@o...]Im
Auftrag von writetothiru@y...
Gesendet: Wednesday, December 04, 2002 8:54 PM
An: cores@o...
Betreff: [oc] ARM Equivalent instructions of IN and OUT in x86
Hello All,
I am new to ARM processor. I have got few queries about ARM
instructions. I would like to know ARM Equivalent instructions for
x86's
1)in
2)out
3)ins
4)outs
Thanks in advance.
Thirupathi Reddy
|
 |