[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adventures in Lasing ;)
[posted and mailed]
steve@dosius.zzn.com (Dosius) wrote in
9307085f.0303241414.491ed7c7@posting.google.com:">news:9307085f.0303241414.491ed7c7@posting.google.com:
> That's a bit more complex than I meant ;)
>
> I meant, do a simple memory move on the code in its original location
> and then BSAVE it.
>
If the code just uses the same memory space as an Apple II try the
following. (I think it would work under DOS or ProDOS)
call-151
2000<d000.dfffM
BSAVE ROM.D0,a$2000,l$1000
2000<e000.efffM
BSAVE ROM.E0,a$2000,l$1000
2000<f000.FFFFM
BSAVE ROM.F0,a$2000,l$1000
that should work I think.