Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sondernextdoor authored Feb 9, 2022
1 parent ef2e55c commit efcd0fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,13 @@ In total, there are 11 registers and one boolean flag.
greater

Compares operand one against operand two and sets the boolean flag according to whether operand one is greater than operand two.
Compares operand one against operand two.
Sets the boolean flag according to whether operand one is greater than operand two.
less

Compares operand one against operand two and sets the boolean flag according to whether operand one is less than operand two.
Compares operand one against operand two.
Sets the boolean flag according to whether operand one is less than operand two.
and
Expand Down

0 comments on commit efcd0fb

Please sign in to comment.