Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
infocom:table_of_opcodes [2024/08/19 23:39] – fix broken EXTOP:261 table entry robertinfocom:table_of_opcodes [2024/11/14 21:34] (current) – external edit 127.0.0.1
Line 6: Line 6:
 | 002 | LESS? int1,int2 |||| PRED | Is int1 less than int2? | | 002 | LESS? int1,int2 |||| PRED | Is int1 less than int2? |
 | 003 | GRTR? int1,int2 |||| PRED | Is int1 greater than int2? | | 003 | GRTR? int1,int2 |||| PRED | Is int1 greater than int2? |
-| 004 | IGRTR? var,int |||| PRED | Increments the value of var by one and succeeds if the new value is greater than int. | +| 004 | DLESS? var,int |||| PRED | Decrements the value of var by one and succeeds if the new value is less than int. | 
-| 005 | DLESS? var,int |||| PRED | Decrements the value of var by one and succeeds if the new value is less than int. |+| 005 | IGRTR? var,int |||| PRED | Increments the value of var by one and succeeds if the new value is greater than int. |
 | 006 | IN? obj1,obj2 |||| PRED | Is obj1 contained in obj2? | | 006 | IN? obj1,obj2 |||| PRED | Is obj1 contained in obj2? |
 | 007 | BTST word1,word2 |||| PRED | Is every bit that is on in word2 also on in word1? | | 007 | BTST word1,word2 |||| PRED | Is every bit that is on in word2 also on in word1? |
Line 276: Line 276:
  
 Return to [[:Infocom:]] Return to [[:Infocom:]]
 +