mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
7630ef0240
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
5 lines
112 B
Python
5 lines
112 B
Python
try:
|
|
exec("@micropython.asm_thumb\ndef l():\n a = di(a2, a2, -1)")
|
|
except SyntaxError as e:
|
|
print(e)
|