Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayon committed Apr 1, 2024
1 parent dfad972 commit 1ed003e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions EraVM.sem.NearRetTo.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ <h1 class="libtitle">Library EraVM.sem.NearRetTo</h1>
&nbsp;&nbsp;<span class="id" title="keyword">Inductive</span> <a id="step_nearretto" class="idref" href="#step_nearretto"><span class="id" title="inductive">step_nearretto</span></a>: @<a class="idref" href="EraVM.isa.CoreSet.html#instruction"><span class="id" title="inductive">instruction</span></a> <a class="idref" href="EraVM.Binding.html#bound"><span class="id" title="definition">bound</span></a> <a class="idref" href="http://coq.inria.fr/distrib/V8.18+alpha/stdlib//Coq.Init.Logic.html#::type_scope:x_'->'_x"><span class="id" title="notation"></span></a> <a class="idref" href="EraVM.Steps.html#tsmallstep"><span class="id" title="definition">tsmallstep</span></a> :=<br/>
</div>

<div class="doc"><h1 id="opret">OpRet</h1>
<div class="doc"><h1 id="opnearretto">OpNearRetTo</h1>
<h2 id="abstract-syntax">Abstract Syntax</h2>
<p><span
class="inlinecode"><a class="idref" href="EraVM.isa.Assembly.html#OpRet"><span
class="id" title="constructor">OpRet</span></a></span> <span
class="inlinecode"><a class="idref" href="EraVM.isa.Assembly.html#OpNearRetTo"><span
class="id" title="constructor">OpNearRetTo</span></a></span> <span
class="inlinecode">(<span class="id" title="var">label</span>:</span>
<span
class="inlinecode"><a class="idref" href="EraVM.Addressing.html#imm_in"><span
class="id" title="inductive">imm_in</span></a>)</span></p>
<h2 id="syntax">Syntax</h2>
<p><code>retl label</code></p>
<h2 id="legacy-syntax">Legacy syntax</h2>
<p><code>ret.ok</code> aliased as <code>ret</code></p>
<p><code>ret.ok.to_label label</code></p>
<h2 id="summary">Summary</h2>
<p>A normal return from a <strong>near</strong> call. Will pop up
current callframe, give back unspent ergs and continue execution from an
Expand Down
8 changes: 4 additions & 4 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12599,19 +12599,19 @@ <h1 class="libtitle">Library EraVM.sem.NearRetTo</h1>
&nbsp;&nbsp;<span class="id" title="keyword">Inductive</span> <a id="step_nearretto" class="idref" href="#step_nearretto"><span class="id" title="inductive">step_nearretto</span></a>: @<a class="idref" href="#instruction"><span class="id" title="inductive">instruction</span></a> <a class="idref" href="#bound"><span class="id" title="definition">bound</span></a> <a class="idref" href="#::type_scope:x_'->'_x"><span class="id" title="notation">→</span></a> <a class="idref" href="#tsmallstep"><span class="id" title="definition">tsmallstep</span></a> :=<br/>
</div>

<div class="doc"><h1 id="opret">OpRet</h1>
<div class="doc"><h1 id="opnearretto">OpNearRetTo</h1>
<h2 id="abstract-syntax">Abstract Syntax</h2>
<p><span
class="inlinecode"><a class="idref" href="#OpRet"><span
class="id" title="constructor">OpRet</span></a></span> <span
class="inlinecode"><a class="idref" href="#OpNearRetTo"><span
class="id" title="constructor">OpNearRetTo</span></a></span> <span
class="inlinecode">(<span class="id" title="var">label</span>:</span>
<span
class="inlinecode"><a class="idref" href="#imm_in"><span
class="id" title="inductive">imm_in</span></a>)</span></p>
<h2 id="syntax">Syntax</h2>
<p><code>retl label</code></p>
<h2 id="legacy-syntax">Legacy syntax</h2>
<p><code>ret.ok</code> aliased as <code>ret</code></p>
<p><code>ret.ok.to_label label</code></p>
<h2 id="summary">Summary</h2>
<p>A normal return from a <strong>near</strong> call. Will pop up
current callframe, give back unspent ergs and continue execution from an
Expand Down

0 comments on commit 1ed003e

Please sign in to comment.