MemTest.ASM
The following tools are available at https://osi.marks-lab.com/software/tools.html
This program was assembled using the "A65" assembler 
The cassette audio WAV file was created with "OSIKCS" from the assembled .lod file.
The diskette images were create from the binary output of the assemler with "BootThis"
The HFE disk images were created from the 65d diskimages using OSIHFE.


#REM create .bin, .lod and .lst files
A65 -b -o -p0 -l MemTest.asm

#REM create .65A file
A65 -a MemTest.asm

#REM create WAV
osikcs MemTest.lod

#REM create disk images
bootthis -8 -l0150 -e0236 -o -n" OSI   MEM   TEST G0236" MemTest.bin MemTest8.65d
bootthis -5 -l0150 -e0236 -o -n" OSI   MEM   TEST G0236" MemTest.bin MemTest5.65d

#REM create HFE files
osihfe MemTest5.65d
osihfe MemTest8.65d