Expand description

Utils for instruction specified shift operations, instruction specified meaning a shift amount that’s encoded in an Risc instruction. See: ARM7TDMI Datasheet Page.36-38

Functions

  • Shifts bits right by an instruction specified amount while preserving the sign of the val.
  • Rotates bits right by an instruction specified amount.
  • Shifts bits left by an instruction specified amount.
  • Shifts bits right by an instruction specified amount.