errorcodes.h File Reference

Errors that can be triggered in the PASM library. More...

This graph shows which files directly or indirectly include this file:


Enumerations

enum  ErrorCode {
  NO_ERROR, HOST_MEMORY_EXHAUSTED, UNSUPPORTED_OPCODE, UNSUPPORTED_ADDRESSMODE,
  UNSUPPORTED_CALLBACK, INVALID_MEMORY_REGION, CALLSTACK_UNDERFLOW, DIVISION_BY_ZERO
}
 Possible errors that can occur. More...

Detailed Description

Errors that can be triggered in the PASM library.

Author:
Wesley Stessens

Enumeration Type Documentation

enum ErrorCode

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.


Generated on Thu Jun 11 02:07:49 2009 for PASM by  doxygen 1.5.6