Muxman MXP files - VM Commands

ver 0.16
This reference contains information about unreleased features. Such features are shown in grey and should be considered provisional. The final implementation may change the information contained here.

This is just the syntax of the command source code, for details on the operation of the commands see vm commands (requires membership)

Case

Command syntax is not case sensitive except for references to names (such as PGC_name, PG_name, etc)

Conditional

All commands can be preceeded with the if clause to execute the command after testing a register's value. The clause may be one of the following:
If ( GPRMx rel GPRMy )
If ( GPRMx rel SPRMy )
If ( GPRMx rel int )
Compare (rel) operators
Mnemonicoperation
&Bitwise compare, the two operands are anded, if the result is non-zero the condition is true
= =If the two operands are equal the condition is true
!=If the two operands are not equal the condition is true
>=If RegX is greater than or equal to the right operand the condition is true
>If RegX is greater than the right operand the condition is true
<=If RegX is less than or equal to the right operand the condition is true
<If RegX is less than the right operand the condition is true
MXP documentation index Next
Muxman home page Copyright © 2005 - 2014 MPUCoder, all rights reserved. DVD-Video info home