LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    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
    Top

    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
    
    
    
    
    

    ReferenceAuthor
    [oc] ARM Equivalent instructions of IN and OUT in x86Writetothiru

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.