aboutsummaryrefslogtreecommitdiff
path: root/src/interp/routines
Commit message (Collapse)AuthorAgeFilesLines
* execute.c: Report exception also on repeated callbackXavier Del Campo Romero2025-11-121-1/+11
| | | | | | So far, exceptions coming from the pc callback were only being reported on its first call. However, pc callbacks might assign a continuation callback if the operation cannot be completed on a single call.
* Fix prev_opXavier Del Campo Romero2025-11-121-2/+3
| | | | | | | | Assigning prev_op inside nwp_execute defeated the purpose because this function is meant to start the state machine for the given instruction. In other words, inspecting prev_op would in fact return the current opcode, instead of the previous opcode.
* First commitXavier Del Campo Romero2025-11-065-0/+442