Skip to content

Commit

Permalink
Fixed inconsistent Sail link text; no mentioning academic version her…
Browse files Browse the repository at this point in the history
…e (on webpage instead)
  • Loading branch information
jasonyu1996 committed Aug 25, 2023
1 parent ca7fb9f commit a1ec9a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
14 changes: 7 additions & 7 deletions parts/cap-man-insn.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ github_ref:SPLIT[Sail definition]

The TIGHTEN instruction tightens the permissions (`perms` field) of a capability.

github_ref:TIGHTEN[Sail link]
github_ref:TIGHTEN[Sail definition]

.TIGHTEN instruction format
[wavedrom,,svg]
Expand Down Expand Up @@ -353,7 +353,7 @@ Instead, it is changed as the side effect of certain semantically significant op

The DELIN instruction delinearises a linear capability.

github_ref:DELIN[Sail link]
github_ref:DELIN[Sail definition]

.DELIN instruction format
[wavedrom,,svg]
Expand Down Expand Up @@ -389,7 +389,7 @@ github_ref:DELIN[Sail link]
The INIT instruction transforms an uninitialised capability into a linear capability
after its associated memory region has been fully initialised (written with new data).

github_ref:DELIN[Sail link]
github_ref:DELIN[Sail definition]


.INIT instruction format
Expand Down Expand Up @@ -430,7 +430,7 @@ github_ref:DELIN[Sail link]

The SEAL instruction seals a linear capability.

github_ref:SEAL[Sail link]
github_ref:SEAL[Sail definition]


.SEAL instruction format
Expand Down Expand Up @@ -473,7 +473,7 @@ github_ref:SEAL[Sail link]

The DROP instruction invalidates a capability.

github_ref:DROP[Sail link]
github_ref:DROP[Sail definition]

.DROP instruction format
[wavedrom,,svg]
Expand Down Expand Up @@ -510,7 +510,7 @@ github_ref:DROP[Sail link]

The MREV instruction creates a revocation capability.

github_ref:MREV[Sail link]
github_ref:MREV[Sail definition]

.MREV instruction format
[wavedrom,,svg]
Expand Down Expand Up @@ -548,7 +548,7 @@ github_ref:MREV[Sail link]

The REVOKE instruction revokes a capability.

github_ref:REVOKE[Sail link]
github_ref:REVOKE[Sail definition]

.REVOKE instruction format
[wavedrom,,svg]
Expand Down
9 changes: 0 additions & 9 deletions parts/version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@

*Version Information:* Version 1.0

*Academic Version:*

Capstone-RISC-V has an academic version in addition to the standard version in this document.
The academic version works as a standalone ISA similar to the secure world of the standard version ISA,
and is not compatible with the RISC-V standard instruction set.
Please refer to the
https://capstone.kisp-lab.org/academic/specs/[academic version ISA]
for more information.

ifdef::backend-html5[]
*Other formats:* This document is also available in the following formats:

Expand Down

0 comments on commit a1ec9a6

Please sign in to comment.