Difference between revisions of "SCUMM/V5 opcodes/Table"

Jump to navigation Jump to search
m (added printEgo, clarified that print instructions can have multiple sub-ops)
m (→‎Table of Parameters: setObjectName A = A0)
Line 12: Line 12:
* J = jump (used by almost all boolean expressions, comparisons) (equivalent to W)
* J = jump (used by almost all boolean expressions, comparisons) (equivalent to W)
* D = delay; 24-bit constant (only used by delay instruction, strangely enough)
* D = delay; 24-bit constant (only used by delay instruction, strangely enough)
* A = ASCII string, terminated by the following argument ($00, $FF, $FE...)
* A0 = ASCII string, null-terminated
* A0 = ASCII string, null-terminated
* A1 = ASCII string, $FF terminated
* A1 = ASCII string, $FF terminated
Line 1,558: Line 1,559:
|style="color:silver; background:whitesmoke" |False
|style="color:silver; background:whitesmoke" |False
|P16
|P16
|A
|A0
|style="color:silver; background:whitesmoke" |None
|style="color:silver; background:whitesmoke" |None
|-
|-