This command exits the current command section. All virtual commands present
in a pre-command or post-command section after "Break" are discarded (not executed).
This command is commonly used to quickly terminate a sequence of pre-commands or
post-commands in a PGC.
"Break" is useful to skip or temporarily disable a section of
commands that the author may want to restore at a later time. It is often used as a
debugging tool in the development and testing of branching logic of virtual commands
in complex authoring projects.
| DVD Command |
Hex Encoding |
| Break |
00 02 00 00 00 00 00 00 |
This command can be combined with the
Compare GPRM operations
for conditional branching. When combining, this command is
executed only if the result of the comparison is true.
1)
Compare to another GPRM register and Break
2)
Compare to another SPRM register and Break
3)
Compare to a constant value and Break