Assembly language Forth for Linux
I’m working on an assembly language implementation of a code-threaded Forth for Linux. I’m using fasm (flat assembler) and will use no external code whatsoever (i.e., Linux system calls only). Honestly, this feel a little like coming home to me; programming like it used to be. The Linux system call mechanism interfaces the same way […]