Try again (don't know who I sent the first copy to by mistake).

I've been offered an article for QL Today if I can answer the following query. 
Being at work, I haven't got the answer to hand, so if anyone can help, I'd be 
grateful.

I have a rom image on disk which won't load with the usual LRESPR command. How 
do I install it?

I presume this is a copy of an eprom saved to disk from the QL eprom slot with 
a command like sbytes filename,48*1024,16*1024.

>From memory, roms have a header and I think a pointer to code execution 
>address or similar, so the command is probably something like:

base=respr(48*1024)
lbytes filename,base
CALL base+peek_l(base+4)

or similar.


-- 
Dilwyn Jones

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

Reply via email to