t-crest / patmos-simulator

Host the Patmos ISA simulator
2 stars 2 forks source link

'callnd' no longer executes the following instruction before transfer… #23

Closed Emoun closed 1 year ago

Emoun commented 1 year ago

…ing control

Fixes #22.

From my reading of the code, I fear the trap and interrupt instructions might have the same flaw, however I have not had time to investigate. I also have not figured out why this only happens when running an ELF and not when running binaries compiled with paasm. This is why the two added tests are in ELF form.