dialer/rebuild.bat
Jeremy Penner 6521a2127b massive refactoring; introduce "zipoff"
assemble.jrt for creating assemble.com which has asm.jrt preloaded
rebuild.bat for re-bootstrapping tinyjort from scratch and
  verifying that minijort and assemble produce the same binary
small CGA textmode vocabulary with test program
2023-09-12 23:27:46 -04:00

7 lines
134 B
Batchfile
Executable file

minijort.exe < tinyboot.jrt
copy tinyjort.com jort.com
jort < assemble.jrt
assemble < tinyjort.jrt
fc /b jort.com tinyjort.com