Mnemonic: JumpSS VTSM

Hex Code:300600TTSS8K0000   unconditional
30M600TTSS8KXXYY   M=1-7, Compare register XX to register YY
Action:The JumpSS VTSM command jumps to menu type "K" (byte 5 lower nibble) of titleset "SS" (byte 4) from a menu (system space), setting SPRM 5 (title number in VTS) to the value in "TT" (byte 3).
Order:If a compare is specified, it is performed first. If the conditions are met the JumpSS is executed.
Comments:Restricted to FP and VMGM domains.
Related command for use from a title is CallSS VTSM.
See Also Jump and Call graphic.
KMenu type
3Root
4SubPicture
5Audio
6Angle
7Chapter (PTT)
Compare operation codes
register to registerAlternate
mnemonic
Comments
Moperation
1RegX & RegYBCBitwise compare, the two operands are anded, if the result is non-zero the condition is true
2RegX == RegYEQIf the two operands are equal the condition is true
3RegX != RegYNEIf the two operands are not equal the condition is true
4RegX >= RegYGEIf RegX is greater than or equal to the right operand the condition is true
5RegX > RegYGTIf RegX is greater than the right operand the condition is true
6RegX <= RegYLEIf RegX is less than or equal to the right operand the condition is true
7RegX < RegYLTIf RegX is less than the right operand the condition is true
Register Codes
0x00 through 0x0FGeneral Purpose registers 0 to 15 (GPRM)
0x80 through 0x97System Parameter registers 0 to 23 (SPRM)
all othersdo not use
Numerically Alphabetically
Index
Alphabetically Numerically
DVD-Video info home Copyright © 2001 - 2024 MPUCoder, all rights reserved.