General > General Technical Chat
anyone with the Numworks calculator here?
(1/1)
DiTBho:
The Numworks calculator comes with a built-in microPython engine.
According to this page, micropython is able to somehow execute inline-assembly
I don't own this calculator, I simply wonder if something like this will work on the NumWorks calculator :D
--- Code: ---@micropython.asm
def fun():
movw(r0, 42)
print(fun())
--- End code ---
It would be super interesting for me :D
Navigation
[0] Message Index
Go to full version