dialer.com - a small BBS simulator, written in a custom Forth environment which includes an 8086 assembler and is capable of assembling itself.
Go to file
2023-09-17 22:24:14 -04:00
.gitignore fix up number printing word 2023-09-04 14:23:12 -04:00
asm.jrt IN and OUT opcodes, zipoff bugfixes, anonymous labels 2023-09-15 16:10:24 -04:00
assemble.com invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
assemble.jrt massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
boot.jor massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
build.bat zipoff.com as a standalone Forth executable, with stub 2023-09-15 16:10:12 -04:00
coredefs.jrt massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
defs.jrt { and } for switching between host / target compilers 2023-09-16 22:45:42 -04:00
game.jrt invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
jort.com IN and OUT opcodes, zipoff bugfixes, anonymous labels 2023-09-15 16:10:24 -04:00
logic.jrt invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
main.c First correctly-assembled code snippet (printed as hex to stdout) 2023-09-01 19:10:52 -04:00
minijort.c dictionary words, limited "target" compiler 2023-09-04 23:24:12 -04:00
minijort.exe dictionary words, limited "target" compiler 2023-09-04 23:24:12 -04:00
minijort.h dictionary words, limited "target" compiler 2023-09-04 23:24:12 -04:00
minijort.prj dictionary words, limited "target" compiler 2023-09-04 23:24:12 -04:00
reasm.bat massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
rebuild.bat massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
target.jrt massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
testgame.com invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
text.jrt invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
tinyboot.jrt massive refactoring; introduce "zipoff" 2023-09-12 23:27:46 -04:00
tinyjort.com invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
tinyjort.jrt invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
zipoff.com invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
zipoff.jrt invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00
zipstub.seg invert { and }, more immediate word helpers, box-drawing 2023-09-17 22:24:14 -04:00