Jeremy Penner
6521a2127b
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
7 lines
134 B
Batchfile
Executable file
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
|
|
|