[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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@opencores.org [mailto:owner-cores@opencores.org]Im
Auftrag von writetothiru@yahoo.co.in
Gesendet: Wednesday, December 04, 2002 8:54 PM
An: cores@opencores.org
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
--
To unsubscribe from cores mailing list please visit
http://www.opencores.org/mailinglists.shtml

--
To unsubscribe from cores mailing list please visit http://www.opencores.org/mailinglists.shtml