Inline assembler: Is it still available?

Is the Thumb2 assembler still functional ? I’m trying to repair a viewer for our production folks but the IDE raises many flags on the assembled part of code. BTW I’m at FW 4.7.0.

Is there a GIT HUB page detailing the functions available in MicroPython on the camera?

What was the last rev that the assembler was available, so I may back level ?

Hi, that’s just the desktop Python parser not knowing what all that is. It doesn’t mirror desktop Python syntax which is what it’s designed for as there is no MicroPython Specific code analyzer.

Just ignore it, you can turn these things off in the IDE under setting under the Python widget controls.