in glossary, correct Tronslate -> Translate
FossilOrigin-Name: 6059fd85934db20aa0d86108872ee3ea86388b6711cab7c20ef39e07085ed267
This commit is contained in:
parent
1cefe4e333
commit
2a654a488d
4 changed files with 4 additions and 4 deletions
|
@ -341,7 +341,7 @@ b:store-next D: na-a A: - F: -
|
|||
Store a value into the specified address and return the next address.
|
||||
|
||||
b:to-byte-address D: a-a A: - F: -
|
||||
Tronslate a physical address to a byte address.
|
||||
Translate a physical address to a byte address.
|
||||
|
||||
banner D: - A: - F: -
|
||||
Display a welcome message on startup.
|
||||
|
|
|
@ -848,7 +848,7 @@
|
|||
<b>Addr:</b> -<br>
|
||||
<b>Float:</b> -</p>
|
||||
</div>
|
||||
<p>Tronslate a physical address to a byte address.</p>
|
||||
<p>Translate a physical address to a byte address.</p>
|
||||
<table><tr><td><b>Class:</b> </td><td>class:word</td></tr><tr><td><b>Namespace:</b> </td><td>global</td></tr><tr><td><b>Interface Layer:</b> </td><td>all</td></tr></table><hr/>
|
||||
<h2>banner</h2>
|
||||
<div style='margin-left: 1em;'><p><b>Data:</b> -<br>
|
||||
|
|
|
@ -1316,7 +1316,7 @@ b:to-byte-address
|
|||
Addr: -
|
||||
Float: -
|
||||
|
||||
Tronslate a physical address to a byte address.
|
||||
Translate a physical address to a byte address.
|
||||
|
||||
Class: class:word | Namespace: global | Interface Layer: all
|
||||
------------------------------------------------------------------------
|
||||
|
|
|
@ -112,7 +112,7 @@ b:fetch a-n - - Fetch the 8-bit value stored at the specified address. Addressin
|
|||
b:fetch-next a-an - - Fetch the value stored at the specified address. Returns the next address and the value. class:word {n/a} {n/a} b all
|
||||
b:store na- - - Store an 8-bit value into the specified address. Addressing for this is in 8-bit units. class:word {n/a} {n/a} global all
|
||||
b:store-next na-a - - Store a value into the specified address and return the next address. class:word {n/a} {n/a} b all
|
||||
b:to-byte-address a-a - - Tronslate a physical address to a byte address. class:word {n/a} {n/a} global all
|
||||
b:to-byte-address a-a - - Translate a physical address to a byte address. class:word {n/a} {n/a} global all
|
||||
banner - - - Display a welcome message on startup. class:word {n/a} {n/a} global rre {n/a}
|
||||
bi xqq-? - - Execute q1 against x, then execute q2 against a copy of x. class:word #100 [ #10 * ] [ #10 - ] bi {n/a} global all
|
||||
bi* xyqq-? - - Execute q1 against x and q2 against y. class:word #10 #20 [ #2 * ] [ #10 / ] bi* {n/a} global all
|
||||
|
|
|
Loading…
Reference in a new issue