1 / 6

ARM

ARM. 沈剑桥 张本. What is ARM?. Advanced RISC Machines (Acorn RISC Machine ). low-cost, low-power!!!. ki. int gcd (int i, int j) { while (i != j) if (i > j) i -= j; else j -= i; return i; }. loop CMP Ri, Rj SUBGT Ri, Ri, Rj SUBLT Rj, Rj, Ri

Download Presentation

ARM

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ARM 沈剑桥 张本

  2. What is ARM? • Advanced RISC Machines (Acorn RISC Machine ) low-cost, low-power!!! Websoft, Nanjing Univ. [http://ws.nju.edu.cn]

  3. ki • int gcd (int i, int j) { while (i != j) if (i > j) i -= j; else j -= i; return i; } loop CMP Ri, Rj SUBGT Ri, Ri, Rj SUBLT Rj, Rj, Ri BNE loop Websoft, Nanjing Univ. [http://ws.nju.edu.cn]

  4. Application examples • Portable devices • Computer peripherals Websoft, Nanjing Univ. [http://ws.nju.edu.cn]

  5. Cortex-A8 Websoft, Nanjing Univ. [http://ws.nju.edu.cn]

  6. Products • 德州仪器 OMAP3xxx 系列、飞思卡尔 i.MX51-SOC、Apple A4、ZiiLABS ZMS-08、三星 HummingbirdS5PC100/S5PC110、Marvell ARMADA 500/600、RockchipRK2918 Websoft, Nanjing Univ. [http://ws.nju.edu.cn]

More Related