Rename eforth to ueforth.
This commit is contained in:
@ -48,7 +48,7 @@ limitations under the License.
|
||||
- Prior Releases
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/flagxor/eforth" target="_blank">http://github.com/flagxor/eforth</a>
|
||||
<a href="https://github.com/flagxor/ueforth" target="_blank">http://github.com/flagxor/ueforth</a>
|
||||
- Complete Unprocessed Source Code
|
||||
</p>
|
||||
|
||||
@ -76,7 +76,7 @@ DLSYM ( module name-z -- fn )
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
See <a href="https://github.com/flagxor/eforth/blob/main/posix/posix_main.c">posix_main.c</a>.
|
||||
See <a href="https://github.com/flagxor/ueforth/blob/main/posix/posix_main.c">posix_main.c</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -87,8 +87,8 @@ Native functions all called with CALL(n) (see Windows & Linux Calling below)
|
||||
|
||||
<p>
|
||||
Various Linux calls including Xlib are imported in
|
||||
<a href="https://github.com/flagxor/eforth/blob/main/posix/posix.fs">posix.fs</a> and
|
||||
<a href="https://github.com/flagxor/eforth/blob/main/posix/xlib.fs">xlib.fs</a>.
|
||||
<a href="https://github.com/flagxor/ueforth/blob/main/posix/posix.fs">posix.fs</a> and
|
||||
<a href="https://github.com/flagxor/ueforth/blob/main/posix/xlib.fs">xlib.fs</a>.
|
||||
In addition, <code>TYPE</code> and <code>KEY</code> are connected to
|
||||
<code>stdin</code> and <code>stdout</code>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user