1 / 4

ARM, SPARC, x86 ARM (Advanced RISC machine) Load/store architecture

ARM, SPARC, x86 ARM (Advanced RISC machine) Load/store architecture 65 instructions (all fixed length – one word each = 32 bits) 16 registers Comparison and contrast of ARM, SPARC, and Intel x86 Similarities: 8-bit bytes (allows representation of ASCII-encoded character)

noam
Download Presentation

ARM, SPARC, x86 ARM (Advanced RISC machine) Load/store architecture

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, SPARC, x86 ARM (Advanced RISC machine) • Load/store architecture • 65 instructions (all fixed length – one word each = 32 bits) • 16 registers Comparison and contrast of ARM, SPARC, and Intel x86 Similarities: • 8-bit bytes (allows representation of ASCII-encoded character) • Byte-addressable memory (address down to individual character)

  2. ARM, SPARC, x86 Similarities: • 8-bit bytes (allows representation of ASCII-encoded character) • Byte-addressable memory (address down to individual character) • two's complement for signed integers floating point follows IEEE standard arithmetic, logical, and shift operations branching and calling instructions condition codes used for branch decisions stack frame support (sp, fp/bp) for procedure calls can be pipelined and have superscalar, multithreaded, and multicore implementations

  3. ARM, SPARC, x86 Differences (cont’d):

  4. ARM, SPARC, x86 Differences (cont’d):

More Related