Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

asmled.py

Blame
    • Damien George's avatar
      87210876
      py: Big improvements to inline assembler. · 87210876
      Damien George authored
      Improved the Thumb assembler back end.  Added many more Thumb
      instructions to the inline assembler.  Improved parsing of assembler
      instructions and arguments.  Assembler functions can now be passed the
      address of any object that supports the buffer protocol (to get the
      address of the buffer).  Added an example of how to sum numbers from
      an array in assembler.
      87210876
      History
      py: Big improvements to inline assembler.
      Damien George authored
      Improved the Thumb assembler back end.  Added many more Thumb
      instructions to the inline assembler.  Improved parsing of assembler
      instructions and arguments.  Assembler functions can now be passed the
      address of any object that supports the buffer protocol (to get the
      address of the buffer).  Added an example of how to sum numbers from
      an array in assembler.