eulex icon indicating copy to clipboard operation
eulex copied to clipboard

A straightforward standalone Forth implementation for x86.

Results 3 eulex issues
Sort by recently updated
recently updated
newest added

Unused is written `: unused dp-base @ dp - ;` Then I see dp-base in essence pushes the address of: ``` dictionary_start: .long 0 ``` onto the stack and then...

First thanks for this wonderful bit of code. I must admit I'm a tad lost when it comes to how the builtin files get into the image, I see you...

Hi, first thank you for this wonderful forth variant! I really like it. I have some questions, and I must admit, that I am a forth beginner. I would like...