Rename eforth to ueforth.

This commit is contained in:
Brad Nelson
2022-02-27 21:06:24 -08:00
parent fb47179999
commit 0bc9be1e19
5 changed files with 14 additions and 14 deletions

View File

@ -52,7 +52,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>
@ -84,7 +84,7 @@ including MSVCRT.
</p>
<p>
See <a href="https://github.com/flagxor/eforth/blob/main/windows/windows_main.c">windows_main.c</a>.
See <a href="https://github.com/flagxor/ueforth/blob/main/windows/windows_main.c">windows_main.c</a>.
</p>
<p>
@ -95,7 +95,7 @@ Native functions all called with CALL(n) (see Windows &amp; Linux Calling below)
<p>
Various Win32 calls are imported in
<a href="https://github.com/flagxor/eforth/blob/main/windows/windows.fs">windows.fs</a>.
<a href="https://github.com/flagxor/ueforth/blob/main/windows/windows.fs">windows.fs</a>.
In addition, a terminal that responds to ANSI escape codes is created and connected to
<code>TYPE</code> and <code>KEY</code>.
</p>