List of Projects Joel Rees is involved in

BIF-6809

Near fig Forth interpreter for the Tandy/Radio Shack Color Computer. Written in 6809 assembly language. Features nested binary tree vocabularies.

bif-c

ボクが自分の BIF 6809 に基づいてC言語で実装した fig-FORTH 言語の方言です。 C言語ができるのに、FORTH言語のローレベルをハイレベルの観点から探りたいと思う方は関心になるかもしれません。 正確に機能する FORTH言語をお望みの場合は、他所のプ...

fig-forth-68000

This project is a conversion of the Forth Interest Group (fig) model Forth Language interpreter/compiler for the M6800 by Dave Lion, et. al., to the M68000 (ultimately, CPU native call architecture), the conversion performed by Joel Ma...

fig-forth-6809

This project is a conversion of Forth Interest Group (fig) model Forth Language interpreter/compiler for the M6800 by Dave Lion, et. al., to the M6809 (CPU native call architecture), the conversion performed by Joel Matthew Rees. この...

Split Stack Runtime -- 分岐型スタックの稼働環境

Generating a set of common library routines for a split stack run time, as a demonstration of the assembly language technique. スタックを二つの用途にしたがって分割するランタイム用の共通ライブラリを定義しつつです。これはスプリットスタッ...