Sunday, 1 March 2009

Redcode Forth

redcode forth interpreterRedcode Forth is an interpreter for a 36 word subset of the Forth programming language. I don't know much about Forth, but fortunately the interpreter is supplied with a summary of the instruction set and a step-by-step example.

The interpreter uses a new Redcode instruction to display text, sts. I wonder if John is also planning to support ARES which has a different system for i/o?

2 comments:

John said...

Hi sf,

I'm currently trying to write a complete Forth compiler / interpreter in 8086 asm. If it's successful, I'll consider porting it to ARES.

Cheers,

John

300allpctips said...

agree