Mnemonic: JumpVTS_PTT

Hex Code:30050NNN00TT0000   unconditional
30M50NNN00TTXXYY   M=1-7, Compare register XX to register YY
Action:The JumpVTS_PTT command jumps to chapter (PTT) "NNN" (bytes 2&3) of title "TT" (byte 5) in the same title set (VTS).
Order:If a compare is specified, it is performed first. If the conditions are met the JumpVTS_PTT is executed.
Comments:Restricted to the same titleset (VTS).
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.