Mnemonic: GOTO

Hex Code:00010000000000NN   unconditional
00M100XX00YY00NN   M=1-7, Compare register XX to register YY
00M100XXKKKK00NN   M=9-F, Compare register XX to constant KKKK
Restrictions:This command is permitted in Pre and Post commands only.
Action:The GOTO command transfers control within the same PGC to the line number in byte 7.
Order:If a compare is specified, it is performed first. If the conditions are met the GOTO is executed.
Comments:Line numbers are relative to the group of commands (pre or post).
Compare operation codes
register to registerregister to constantAlternate
mnemonic
Comments
MoperationMoperation
1RegX & RegY9RegX & KBCBitwise compare, the two operands are anded, if the result is non-zero the condition is true
2RegX == RegYARegX == KEQIf the two operands are equal the condition is true
3RegX != RegYBRegX != KNEIf the two operands are not equal the condition is true
4RegX >= RegYCRegX >= KGEIf RegX is greater than or equal to the right operand the condition is true
5RegX > RegYDRegX > KGTIf RegX is greater than the right operand the condition is true
6RegX <= RegYERegX <= KLEIf RegX is less than or equal to the right operand the condition is true
7RegX < RegYFRegX < KLTIf 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.