Download
slide1 n.
Skip this Video
Loading SlideShow in 5 Seconds..
ARM PowerPoint Presentation

ARM

79 Views Download Presentation
Download Presentation

ARM

- - - - - - - - - - - - - - - - - - - - - - - - - - - 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]