Skip to content

Commit

Permalink
add low level keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWoollett-Light committed Dec 24, 2023
1 parent 5df700f commit 6007a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ <h3>Keywords</h3>
<li><span class="code">assume</span>: A condition assumed to be true at compile-time.</li>
<li><span class="code">sizeof</span>: <a href="https://en.wikipedia.org/wiki/Sizeof">C's <span class="code">sizeof</span></a>.</li>
<li><span class="code">unreachable</span>: Marks the end of execution, all following statements are unreachable.</li>
<li><span class="code">mov</span>: Moves a value into a register.</li>
<li><span class="code">svc</span>: Supervisor Call causes an exception to be taken to EL1.</li>
</ol>
<h3>Tentative keywords</h3>
<ol>
Expand Down

0 comments on commit 6007a33

Please sign in to comment.