move-exception

Purpose

Save a just-caught exception into the given register. This should be the first instruction of any exception handler whose caught exception is not to be ignored, and this instruction may only ever occur as the first instruction of an exception handler; anywhere else is invalid.

Details

Op & Format Mnemonic / Syntax Arguments
0d 11x move-exception vAA A: destination register (8 bits)

Constraints

Behavior

Exceptions

None.