Skip to content

Commit

Permalink
Merge pull request #205 from tomhepworth/master
Browse files Browse the repository at this point in the history
Clarified syntax of regular instructions
  • Loading branch information
aswaterman authored Oct 26, 2023
2 parents f9ed144 + 38a31d6 commit 9a6c8ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ Instruction syntaxes used in this project are broadly categorized into three:
- **regular instructions** :- these are instructions which hold a unique opcode in the encoding space. A very generic syntax guideline
for these instructions is as follows:
```
<instruction name> <instruction args> <bit-encodings>
<instruction name> <arguments>
```
where `<argument>` is either `<bit encoding>` or `<variable argument>`.

Examples:
```
lui rd imm20 6..2=0x0D 1..0=3
Expand Down

0 comments on commit 9a6c8ea

Please sign in to comment.