fcml
1.2.2
|
Describes all available error codes dedicated to textual errors. More...
Enumerations | |
enum | fcml_en_ceh_message_errors { FCML_CEH_MEC_ERROR_ILLEGAL_SEG_REG_OVERRIDE = 1000, FCML_CEH_MEC_ERROR_TO_MANY_OPERANDS = 1001, FCML_CEH_MEC_ERROR_INVALID_PSEUDO_OPCODE_VALUE = 1002, FCML_CEH_MEC_ERROR_HLE_PREFIX_NOT_ALLOWED = 1003, FCML_CEH_MEC_ERROR_HLE_MORE_THAN_ONE_PREFIX = 1004, FCML_CEH_MEC_ERROR_DIVISION_BY_0 = 1005, FCML_CEH_MEC_ERROR_WRONG_VALUE_FORMAT = 1006, FCML_CEH_MEC_ERROR_VALUE_OUT_OF_RANGE = 1007, FCML_CEH_MEC_ERROR_INVALID_SYNTAX = 1008, FCML_CEH_MEC_ERROR_INVALID_REGISTER_TYPE_SEG = 1009, FCML_CEH_MEC_ERROR_SYMBOL_ALREADY_DEFINED = 1010, FCML_CEH_MEC_ERROR_UNDEFINED_SYMBOL = 1011, FCML_CEH_MEC_ERROR_PARSED_LINE_TOO_LONG = 1012, FCML_CEH_MEC_ERROR_INVALID_VECTOR_LENGTH = 1013 } |
Error codes dedicated to textual messages. More... | |
enum | fcml_en_ceh_message_warnings { FCML_CEH_MEW_WARN_VALUE_OUT_OF_RANGE = 2000, FCML_CEH_MEW_WARN_INVALID_ADDRESSING_MODE = 2001 } |
Codes for textual warnings. More... | |
Describes all available error codes dedicated to textual errors.
Error codes dedicated to textual messages.
In some cases they are a bit more detailed than corresponding global error codes returned in case of errors. Remember that global error codes also can be used in place of error codes for textual messages. It is why they use different code ranges.