rm osifloppytest.bin
rm osifloppytest.65a
rm osifloppytest.lod
rm osifloppytest.lst

# create .lod for OSI65V
A65/a65 -O osifloppytest.asm

#create .65A serial loading file for OSI65A
A65/a65 -A osifloppytest.asm
#create listing
A65/a65 -L -p0 osifloppytest.asm

# create bootable disks & file comments
#./bootthis -5 -l0300 -e0300 -n"  OSI FLOPPY TEST   BY  DAVID GESS-  WEIN" -o osifloppytest.bin DiskTest5.65D
#./bootthis -8 -l0300 -e0300 -n"  OSI FLOPPY TEST   BY  DAVID GESS-  WEIN" -o osifloppytest.bin DiskTest8.65D

scp osifloppytest.lod win10:
