Exceptions
Where the signed versions (add, addi, etc) are used
- if there is overflow
- then an ‘exception’ is raised by the hardware
- control passes to a special procedure to ‘handle’ the exception, and then returns to the next instruction after the one that raised the exception.