Skip to content

Commit

Permalink
Merge pull request #2 from Obsttube/patch-2
Browse files Browse the repository at this point in the history
Update opcodes.md (slt)
  • Loading branch information
gareththegeek committed Jan 27, 2020
2 parents d170b4e + ec330f2 commit e0c009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/redcode/opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ The instruction's [modifier](modifiers) controls which operands are compared at

We can see from this that the [.f](modifiers#f) and [.i](modifiers#i) modifiers are equivalent.

If comparing both A and B operands (using .f, .x or .i), the instruction will not be skipped if **either** source number is greater than its corresponding destination number.
If comparing both A and B operands (using .f, .x or .i), the instruction will not be skipped if **either** source number is greater than or equal to its corresponding destination number.

The default modifier for the 'slt' opcode is [.b](modifiers#b).

Expand Down

0 comments on commit e0c009e

Please sign in to comment.