Skip to content

Commit

Permalink
docs: add instructions cmovl, cmovle, cmovg
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Jul 7, 2023
1 parent 8457755 commit 3aa1cd0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,15 @@ VAS uses AT&T assembly syntax. Some key differences between AT&T syntax and Inte
- [x] `cmovgeq`
- [x] `cmovgel`
- [x] `cmovgew`
- [x] `cmovlq`
- [x] `cmovll`
- [x] `cmovlw`
- [x] `cmovleq`
- [x] `cmovlel`
- [x] `cmovlew`
- [x] `cmovgq`
- [x] `cmovgl`
- [x] `cmovgw`
- [x] `ret`
- [x] `syscall`
- [x] `nop`
Expand Down
9 changes: 9 additions & 0 deletions doc/ドキュメント.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,15 @@ VAS は AT&T アセンブリ構文を使用しています。AT&T 構文と他
- [x] `cmovgeq`
- [x] `cmovgel`
- [x] `cmovgew`
- [x] `cmovlq`
- [x] `cmovll`
- [x] `cmovlw`
- [x] `cmovleq`
- [x] `cmovlel`
- [x] `cmovlew`
- [x] `cmovgq`
- [x] `cmovgl`
- [x] `cmovgw`
- [x] `ret`
- [x] `syscall`
- [x] `nop`
Expand Down

0 comments on commit 3aa1cd0

Please sign in to comment.