page 1 | 2 | 3

This command defines a value for a specified GPRM register (by ) from one of the following sources:

1) another GPRM register,
2)

and then compares the result value in that GPRM to the value in another GPRM, , or . If the result of the comparison is True, then a Link command is executed. The Link command can optionally highlight a specified menu button.

Compute GPRM, compare to another GPRM and Link
     

If (result GPRM       )

Link to

Highlight Button




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

page 1 | 2 | 3