Kestrel Interface
Loading...
Searching...
No Matches
kest_asm_instr Struct Reference

#include <kest_asm_parser.h>

Collaboration diagram for kest_asm_instr:

Data Fields

int instr
int n_args
kest_asm_operand args [INSTR_MAX_ARGS]

Detailed Description

Definition at line 37 of file kest_asm_parser.h.

Field Documentation

◆ args

kest_asm_operand kest_asm_instr::args[INSTR_MAX_ARGS]

Definition at line 41 of file kest_asm_parser.h.

◆ instr

int kest_asm_instr::instr

Definition at line 38 of file kest_asm_parser.h.

◆ n_args

int kest_asm_instr::n_args

Definition at line 40 of file kest_asm_parser.h.


The documentation for this struct was generated from the following file: