Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 570 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 570 Bytes

Forthwith_machine

Description

Forthwith_machine is a Forth interpreter, written as a part of the coursework by @sayon and based on his forthress. It is written in NASM using bootstrap technique. Main (outer) interpreter is written in Forthress (fortheart/outer_interpreter.inc), while the inner one (fortheart/forthwith_machine.asm) and some words are written in assembly.

Almost all code represents the 2nd stage of the coursework. The 3rd stage is represented in stage_3.frt.

Poryadin Arseny, P3210, ITMO University.