NOP required after MOVI

Issue #3 resolved
William "Amos" Confer created an issue

The attached asm demonstrates a problem where a MOVI (really and ADD) to rX followed immediately by a BRAE comparing rX to r0 will branch even when the registers are not equal. This is overcome by introducing a NOP between the instructions which should NEVER be necessary.

Comments (2)

  1. Log in to comment