Mnemonic: BREAK

Hex Code:0002000000000000   unconditional
00M200XX00YY0000   M=1-7, Compare register XX to register YY
00M200XXKKKK0000   M=9-F, Compare register XX to constant KKKK
Restrictions:This command is permitted in Pre and Post commands only.
Action:The BREAK command terminates execution of commands.
Order:If a compare is specified, it is performed first. If the conditions are met the BREAK is executed.
Comments:The action is the same as if the last instruction in the group (pre or post) had finished.
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.