~euhmeuh/ferale-forth

A Forth machine in aarch64 and x86_64
Small test to check that DUP and OVER work as intended
Some comments improvements
Generate a smaller binary when not in debug mode

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~euhmeuh/ferale-forth
read/write
git@git.sr.ht:~euhmeuh/ferale-forth

You can also use your local clone with git send-email.

================================================================================
Ferale Forth (for ARM64 and x86_64)
by Zoé Bourdon, 2024

This Forth is meant to be executed on a modern 64 bits computer,
either an ARM64 or an x86_64 processor.

Its purpose is to make a Forth virtual machine available, and use that machine
to run the Ferale emulator.

                           +---------------+--------------+
                           | Binary 0101   |              |
                           +---------------+   Reality    |
                           | ASM           |              |
                           +---------------+--------------+
           you are here -> | Ferale Forth  |              |
                           +---------------+   Emulator   |
                           | Ferale Emul.  |              |
                           +---------------+--------------+
                           | Louve CPU     |              |
                           +---------------+    Férale    |
                           | Mésange Shell |              |
                           +---------------+--------------+

================================================================================
Do not follow this link