Skip to content

Commit

Permalink
Update arc-0002/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric McCarthy <[email protected]>
Signed-off-by: Alessandro Coglio <[email protected]>
  • Loading branch information
acoglio and bendyarm authored Sep 22, 2023
1 parent 7d017b7 commit 1ad2ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc-0002/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The command `branch.eq <first> <second> to <destination>` branches execution to

#### Description

The `branch.neq` command, e.g. `branch.neq <first> <second> to <destination>`, which branches execution to the [position](#position) indicated by `destination` if `first` and `second` are not equal.
The command `branch.neq <first> <second> to <destination>` branches execution to the [position](#position) indicated by `destination` if `first` and `second` are not equal. This command is restricted to the finalize scope, and the destination must follow the command. Backward branches are not currently supported.

| First | Second | Destination |
|-----------|-----------|-------------|
Expand Down

0 comments on commit 1ad2ed7

Please sign in to comment.