Posted By
 Luca on 2020-11-23 03:22:34
 | Re: Novamaker release and testing
Basman I have a request for the Novamaker: in order to shield programs that occupy the memory under $0800, you could add in the Novamaker files a slice of code that stores somewhere the location $07FC while loading, and uses the stored value to restore the original value there when the tape stops by writing in $07FC. The last jump to the program will be: LDA value STA $07FC JMP run |