Inline Assembler Instruction Set

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
ul5255
Posts: 11
Joined: Thu Oct 23, 2014 9:08 am

Inline Assembler Instruction Set

Post by ul5255 » Thu Oct 23, 2014 9:10 am

Dear All,
where would be the proper place to look for all the avaliable inline assembler
instructions? Is it:
https://github.com/micropython/micropyt ... inethumb.c

Cheers, Uwe.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Inline Assembler Instruction Set

Post by pythoncoder » Fri Oct 24, 2014 6:09 am

I found this useful
http://wiki.micropython.org/platforms/b ... /assembler
It's worth knowing how Micropython stores and passes integers to Assembler functions. The later part of this thread explains.
http://forum.micropython.org/viewtopic.php?f=2&t=286
Good luck. It's incredibly fast...

Regards, Pete
Peter Hinch
Index to my micropython libraries.

Post Reply