Handbook
Glossary
mem>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
mem>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
tools.disassembler.zydis
;
M:
ZydisDecodedOperandValueUnion
mem>>
T{
struct-slot-spec
{
name
"mem"
}
{
offset 0
}
{
class
ZydisDecodedOperandMem
}
{
initial
S{
ZydisDecodedOperandMem
{
type 0
}
{
segment 0
}
{
base 0
}
{
index 0
}
{
scale 0
}
{
disp
S{
ZydisDecodedOperandMemDisp
{
has_displacement 0
}
{
value 0
}
}
}
}
}
{
type
ZydisDecodedOperandMem
}
}
read-struct-slot
;
inline