gmilGenericOpcodes

The Generic Operations

The generic operations are the operations that are performed by any language as opposed to being specific to the particular source languages being processed here. They are as follows:

Opcode Description
LDA Load a variable address
STR Store a property or variable value
REM Display a comment
LIC Load integer constant
LSC Load string constant
LSP Load string pointer
LLC Load long constant
LRC Load real constant
LBC Load boolean constant
DCL Declare a symbol
IFS If statement components
CUP Call user procedure
INX Index an array
ILC Produce an inline comment
EXI Exit a structure or subprogram
CUF Call user function
MEM Join structure member to parent
LLP Load library property
CNV Perform a conversion
LLE Load library enum entry
LLA Load library address
LCC Load character constant


Table of Contents