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
2023-09-01 19:10:52 -04:00
.gitignore First cut at stripping down minijort 2023-09-01 19:10:50 -04:00
asm.jrt More opcodes, and a tiny program that prints "!" 2023-09-01 19:10:52 -04:00
boot.jor First cut at an 8086 assembler vocabulary 2023-09-01 19:10:52 -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 Implement segalloc for minijort 2023-09-01 19:10:52 -04:00
minijort.exe Implement segalloc for minijort 2023-09-01 19:10:52 -04:00
minijort.h First cut at stripping down minijort 2023-09-01 19:10:50 -04:00
minijort.prj Implement segalloc for minijort 2023-09-01 19:10:52 -04:00
tinyjort.com More opcodes, and a tiny program that prints "!" 2023-09-01 19:10:52 -04:00
tinyjort.jrt More opcodes, and a tiny program that prints "!" 2023-09-01 19:10:52 -04:00