Update spec

This commit is contained in:
Erin 2023-07-13 11:11:35 +02:00 committed by ondra05
parent f272e38761
commit 2caebe0bb4

View file

@ -279,6 +279,7 @@ Program should at least implement these traps:
- Invalid instruction exception
- Load address exception
- Store address exception
- Unreachable instruction
and executing environment should be able to get information about them,
like the opcode of invalid instruction or attempted address to load/store.