ProgramMemory15<OT extends ProgramOperation> constructor
Null safety
- Memory<
OT> memory, - OperationMap<
OT> layout, - int returnStackSize,
- OT lbl,
- OT rtn
Implementation
ProgramMemory15(Memory<OT> memory, OperationMap<OT> layout,
int returnStackSize, OT lbl, OT rtn)
: _lblOpcodes = _makeLblOpcodes(lbl),
super(memory, layout, returnStackSize, rtn);