Operands
Op 1
Dn
Op 2
ea
Decrements the first operand by 1 and branches to the specified address if "Not equal" is false and the first operand is not -1. dbra is the same as dbf (will decrement untill it reaches -1). It reads the operand as a word, so it can run at maximum 64k times