Browse By Tags

Sorry, but there are no more tags available to filter with.
  • State of link register on an interrupt from Thumb (ARM7TDMI).

    Hi,

    If an interrupt occurs when in Thumb state, does the LSB of the link register become 1.

    Thanks,

    Revanth

  • Why does ARMSim# not recognize instruction 'addw'?

    Hi,

    For the below code, ARMSim# does not recognize '.arch armv7-r'. It says:
    "unknown opcode or directive: .arch"It does not recognize 'addw' either, says:
    "unknown opcode or directive: addw"I have check ARMTRM. 'addw' is a legal…