Documentation ¶
Overview ¶
Package protocol contains the constants and types used to communicate with the replay system and its virtual-machine interpreter.
Any changes to the values in this package must also be made to the replay source.
Index ¶
Constants ¶
View Source
const ( OpCall = Opcode(0) OpPushI = Opcode(1) OpLoadC = Opcode(2) OpLoadV = Opcode(3) OpLoad = Opcode(4) OpPop = Opcode(5) OpStoreV = Opcode(6) OpStore = Opcode(7) OpResource = Opcode(8) OpPost = Opcode(9) OpCopy = Opcode(10) OpClone = Opcode(11) OpStrcpy = Opcode(12) OpExtend = Opcode(13) OpAdd = Opcode(14) OpLabel = Opcode(15) OpSwitchThread = Opcode(16) OpJumpLabel = Opcode(17) OpJumpNZ = Opcode(18) OpNotification = Opcode(19) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.