Rename eforth to ueforth.
This commit is contained in:
@ -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 & 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>
|
||||
|
||||
Reference in New Issue
Block a user