Skip to content

Commit

Permalink
#42: Capital letter in Goto description
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Nov 1, 2023
1 parent 2c4c905 commit b424554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ISA.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ There is ChaiVM's accumulator(acc) based ISA.
| If_acmpne | RI | ref, if references are not equal, branch to instruction at offset [imm] |
| Сmpgf | R | f64 -> i64, compare acc with r1. Acc became 1 i64 if greater than r1, 0 if equal, otherwise -1 |
| Cmplf | R | f64 -> i64, compare acc with r1. Acc became 1 i64 if less than r1, 0 if equal, otherwise -1 |
| Goto | I | goes to another instruction at branchoffset [imm] |
| Goto | I | Goes to another instruction at branchoffset [imm] |


##### To generate this file from `tools/resources/instructions.yaml` use the following python script:
To generate this file use the following python script:
```shell
$ python3 tools/isa-spec.py
```
2 changes: 1 addition & 1 deletion tools/resources/instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ instructions:
fixedvalue: 40
mnemonic: Goto
format: I
description: "goes to another instruction at branchoffset [imm]"
description: "Goes to another instruction at branchoffset [imm]"

0 comments on commit b424554

Please sign in to comment.