Nice work!

I do not know if performance of the Forth interpreter is important, but I would replace the following sequence to spare a function call.

CALL label; ret;   --->>>   JMP label;


Reply via email to