Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ikysil/ikforth

Repository files navigation

ikforth

ikforth is an idiomatic Forth implementation.

Build Status

A few facts:

  • 32 bits code
  • Runs on Linux and Windows (tested with Wine)
  • Supports Indirect and Direct Threaded Code representations
  • Image-based system
  • x86 assembler is used to bootstrap image capable of interpreting from files
  • Image is NOT relocatable - absolute 32 bits addresses are used in native and threaded code
  • CELL size is 32 bits
  • CHAR size is 8 bits
  • addressable unit - 1 byte (8 bits)

AltStyle によって変換されたページ (->オリジナル) /