@loboris I understand it. Thank you for your reply.
Posts made by MIN0_KABE
- 
    RE: McroPython's Inline Assembler can not be usedposted in FAQS
- 
    RE: McroPython's Inline Assembler can not be usedposted in FAQS@min0_kabe Sorry, I made mistake in this line. "but there was no error." --> "but there was the error." 
- 
    McroPython's Inline Assembler can not be usedposted in FAQSI am enjoying MicroPython with M5Stack. I found out that you can use Inline Assembler with MycroPython while examining the Web. I tried it, but there was no error. Can I use MicroPython's Inline Assember with M5Stack? Or is it wrong to use? M5StackでMicroPythonを楽しんでいます。Webを調べているとMycroPythonでInline Assemblerを使えることがわかりました。試して見ましたが、エラーとないました。M5StackではMicroPythonのInline Assemberは使えないのでしょうか?それとも使い方が間違っているのでしょうか? MicroPython ESP32_LoBo_v3.2.16 - 2018-05-15 on M5Stack with ES information. @micropython.asm_thumb 
 ... def uadd(r0, r1) -> uint:
 ... add(r0, r0, r1)
 ...
 Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 SyntaxError: invalid micropython decorator