On Monday, 22 May 2017 at 01:05:04 UTC, solidstate1991 wrote:
On Wednesday, 17 May 2017 at 22:16:35 UTC, Kagamin wrote:
Can't you run it in qemu?
Probably I could, might even work parallel with other stuff,
especially stuff that are mainly lexical (register naming,
etc). So far I studied the ARM assembly language, and it seems
less scary than the x86 one, also the conditional execution
might be useful with the ? : operators (if thumb isn't used).
Conditional execution is not in the later models of ARM, I
believe.
Also does not really provide advantages over conditional jumps,
except in rare circumstances.