TConOpSys_Operand_Type
Operand location.
Definition: AVM_Defines.h:338
@ enum_Immidiate_Data_Type
Immidiate value opreand.
@ enum_Input_Data_Type
Input allocated opreand.
@ enum_Parameter_Data_Type
Parameter allocated opreand.
@ enum_Memory_Data_Type
Memory allocated opreand.
TConOpSys_Result_Type
Result location.
Definition: AVM_Defines.h:356
@ enum_Output_Data_Type
Output allocated opreand.
TConOpSys_Opcode
Commands for vertual machine.
Definition: AVM_Defines.h:69
@ enum_Unassigned_Command
Unassigned command.
@ enum_GO_TO
Unconditional jump command.
@ enum_IF_GO_TO
Сonditional jump command.
@ enum_COPY_BOOL
Copy command.
@ enum_HALT
Halt program execution instruction.
@ enum_Unknown_Command
Unknown command.
ConOpSys data type definitions header file.
unsigned short U16
Binary 16-Bit unsigned integer datatype defenition.
Definition: Defines.h:193