jeffmd / if.x86

a subroutine threaded forth system for x86 cpu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if

A hybrid stack plus register based programming language. It is based on forth utilizing a data stack and return stack but also allows direct access to registers and the top three stack entries. Code generation is either inline or call.

About

a subroutine threaded forth system for x86 cpu


Languages

Language:Assembly 78.9%Language:Forth 19.4%Language:C 1.5%Language:Makefile 0.1%