Git Product home page Git Product logo

arm-cheatsheet's Introduction

ARM cheat sheet

All ARM assembly command names in a pdf summary.

Preview

arm-cheatsheet's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

arm-cheatsheet's Issues

IA/IB Mixed up

Hi @oowekyala

love your cheat sheet. I think you've run into a tiny mixup with the LDM/STM modes:

  • IA will start at reg
  • IB will start at reg + 4

Otherwise, stmfd sp!,{lr} would be overwriting the link register on the stack; it isn't, because stmfd increments before storing.

Could you please fix that?

Best regards,

ichrispa

Access mode synonyms for STM/LDM are not identical

It's been a while since I studied ARM so I don't really know if this is important and needs fixing

While looking up the spec to check for #1, I came across the fact that the synonyms between access modes depend on the instruction... For example, the doc for STM says that FD is a synonym of DB, and the doc for LDM says that FD is a synonym for IA. Here are the summed up equivalence classes:

LDM STM
DA = FA DA = ED
DB = EA DB = FD
IA = FD IA = EA
IB = ED IB = FA

The descriptions look identical though.

The version that's currently in the sheet is the second column apparently.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.