Date : Mon, 01 Sep 1980002:39:00-MDT
From : MCTESQ@MIT-MC (Michael Toy)
Subject: How do you ...
I have a lot of programs on cassete that sit at location 0. Is
there any way other than writing a program that loads them from disk to
run them under cp/m?
FJW, yes I exit programs in a way other than jmp 0, i pop h
at the beginning of my program and shld it someplace, then to quit
i lhld it back and do a pchl. Or I'll just save the
CCP stack pointer, set up my own stack, then restore the CCP stack
before I quit so I can go back with a ret. This keeps the disk
from clicking on at then end of every program i write.
michael