mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
ASM_NOT_REG is optional, it can be synthesised by xor(reg, -1). ASM_NEG_REG can also be synthesised with a subtraction, but most architectures have a dedicated instruction for it. Signed-off-by: Damien George <damien@micropython.org>
23 KiB
23 KiB