From 1b30051ee29fbf6a0ddf989a1faac2481d601bd9 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 19 Nov 2012 10:11:44 +1100 Subject: Import of untracked forth codebase. --- README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..26bd541 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +This is a Forth interpreter for Linux written in ASM. It uses +call-based threading and optimises small ASM primitives by inlining to +avoid the call. -- cgit v1.2.3