diff options
Diffstat (limited to 'lopcodes.h')
-rw-r--r-- | lopcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */ | |||
195 | 195 | ||
196 | typedef enum { | 196 | typedef enum { |
197 | /*---------------------------------------------------------------------- | 197 | /*---------------------------------------------------------------------- |
198 | name args description | 198 | name args description |
199 | ------------------------------------------------------------------------*/ | 199 | ------------------------------------------------------------------------*/ |
200 | OP_MOVE,/* A B R[A] := R[B] */ | 200 | OP_MOVE,/* A B R[A] := R[B] */ |
201 | OP_LOADI,/* A sBx R[A] := sBx */ | 201 | OP_LOADI,/* A sBx R[A] := sBx */ |