dialer.com - a small BBS simulator, written in a custom Forth environment which includes an 8086 assembler and is capable of assembling itself.
Find a file
Jeremy Penner e5384d5aef cleanup and implement file i/o, boolean logic
removed "active file" concept from minijort in favour of taking a
file pointer on the stack
2023-10-16 15:54:44 -04:00
.gitignore Expanded Forth kernel with simple test program 2023-09-01 19:10:54 -04:00
asm.jrt cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
boot.jor cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
build.bat more core forth words (memory access, return stack, inline data) 2023-09-01 21:51:22 -04:00
defs.jrt First correctly-assembled code snippet (printed as hex to stdout) 2023-09-01 19:10:52 -04:00
main.c First correctly-assembled code snippet (printed as hex to stdout) 2023-09-01 19:10:52 -04:00
minijort.c cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
minijort.exe cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
minijort.h First cut at stripping down minijort 2023-09-01 19:10:50 -04:00
minijort.prj cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
tinyjort.com cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00
tinyjort.jrt cleanup and implement file i/o, boolean logic 2023-10-16 15:54:44 -04:00