Files
micropython/py
Damien George 9dbc787ce8 py/emitndebug: Add native debug emitter.
This emitter prints out pseudo-machine instructions, instead of the usual
output of the native emitter.  It can be enabled on any port via
`MICROPY_EMIT_NATIVE_DEBUG` (make sure other native emitters are disabled)
but the easiest way to use it is with mpy-cross:

    $ mpy-cross -march=debug file.py

Signed-off-by: Damien George <damien@micropython.org>
2024-06-21 16:21:27 +10:00
..
2024-06-06 17:34:28 +10:00
2024-06-06 17:34:28 +10:00
2023-06-02 21:50:57 +10:00
2024-06-06 17:34:28 +10:00
2024-06-21 16:21:27 +10:00