B2R2


UserState Type

Record fields

Record Field Description

CurIndex

Full Usage: CurIndex

Field type: int

Current instruction index. This will change as we encounter an instruction, but labels would not change this.

Field type: int

LabelMap

Full Usage: LabelMap

Field type: Map<string, int>

Label string to an index of an instruction. The index starts from zero, and labels do not increase the index.

Field type: Map<string, int>