errorcodes.h File Reference
Errors that can be triggered in the PASM library.
More...
Detailed Description
Errors that can be triggered in the PASM library.
- Author:
- Wesley Stessens
Enumeration Type Documentation
Possible errors that can occur.
- Enumerator:
-
| NO_ERROR |
No error has occured. |
| HOST_MEMORY_EXHAUSTED |
Memory of the host machine has been exhausted during dynamic memory allocation. |
| UNSUPPORTED_OPCODE |
The operator code seems to be unsupported. |
| UNSUPPORTED_ADDRESSMODE |
The address mode seems to be unsupported. |
| UNSUPPORTED_CALLBACK |
The callback function seems to be unsupported. |
| INVALID_MEMORY_REGION |
The pseudo-assembler program tried to access an invalid (virtual) memory region. |
| CALLSTACK_UNDERFLOW |
The pseudo-assembler program tried to return from a subroutine, but the callstack seems to be empty. |
| DIVISION_BY_ZERO |
The pseudo-assembler program tried to divide the value in register A by zero. |