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.
Inline Assembler Instruction Set
- pythoncoder
- Posts: 5956
- Joined: Fri Jul 18, 2014 8:01 am
- Location: UK
- Contact:
Re: Inline Assembler Instruction Set
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
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.
Index to my micropython libraries.