cmd_info
Type (Structure)
estack.h
typedef
struct
{
unsigned
char
tag_version;
unsigned
char
min_max_args;
/* 4 MSB for minimal number of arguments, 4 LSB for maximal number of arguments */
unsigned
char
proc_args;
void
(*
CALLBACK
arg_simp) (
ESI
);
void
(* CALLBACK cmd_proc)();
/* routine that handles the tag */
unsigned
long
tag_str;
/* Pointer to string data on AMS 1.xx, string ID suitable for XR_stringPtr on later AMS versions */
} cmd_info;
Structure containing information about AMS EStack command tags (
InstructionTags
).