> > base=respr(48*1024)
> > lbytes filename,base
> > CALL base+peek_l(base+4)
> 
> At base+4 is a pointer to SBASIC extensions, but most ROMs do the
> BASIC initialisation themselves, I think. Therefore
> 
> CALL base+peek_w(base+6)
> 
> is really the correct code, but in practice it doesn't make a
> difference with most ROMs.
Thanks.

If I understood the query properly, it's how to run a toolkit 2 rom image (16K) 
from disk on a QL.

Qemulator and IIRC correctly allow you to load 16K rom images like the toolkit 
2 one as well.

> 
> SMSQ/E users can try using the EPROM_LOAD command, but that only
> accepts ROMs up to 16kb.
> 
> Marcel


-- 
Dilwyn Jones

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to