RobotInstruction.mesa
Created Saturday, June 9, 1984 2:25 pm PDT
Last edited by Eric Nickell, June 9, 1984 2:36:58 pm PDT
RobotInstruction:
CEDAR
DEFINITIONS ~ {
Value: TYPE ~ RobotEvaluator.Value;
EncodeStatement:
PROC [opNum:
INTEGER, tag: Value, immediate, indirect, indexed:
BOOL]
RETURNS [value: Value];
DecodeStatement: PROC [i: INTEGER] RETURNS [opNum, tag: INTEGER, immediate, indirect, indexed: BOOL];
}.