page 1 | 2 | 3

This command compares the contents of a specified GPRM register to a value in one of the following:

1) another GPRM, or
, or
.

If the result of the comparison is True, this command then computes a new value for another specified GPRM register (by performing the with one of the following sources):

1) another GPRM register,
2)

The Link command is always executed regardless of the result of the comparison. The Link command can optionally highlight a specified menu button.

Compare GPRM, compute another GPRM and Link
If (         )

     

Link to

Highlight Button




DVD Command Hex Encoding
If (GPRM0 == GPRM0)
Mov GPRM0,GPRM0;
LinkNoLink,button 0
C1 20 00 00 00 00 00 01

page 1 | 2 | 3