Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
infocom:table_of_opcodes [2024/08/19 23:39] – fix broken EXTOP:261 table entry robert | infocom: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 | + | | 004 | DLESS? var,int |||| PRED | Decrements |
- | | 005 | DLESS? var,int |||| PRED | Decrements | + | | 005 | IGRTR? var,int |||| PRED | Increments |
| 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 [[: | Return to [[: | ||
+ |