Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 324 Bytes

File metadata and controls

11 lines (6 loc) · 324 Bytes

ARM Thumb

Back{: .button}

ARM processors can work on two modes ARM, Thumb.

Commands in ARM compile to 32-bit instructions. In the ARM Thumb mode all instructions to 16-bit instructions reducing bytecode size.

Tutorials