Re: [ql-users] rom image

2005-06-16 Thread Marcel Kilgus
Dilwyn Jones wrote: 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

Re: Re: [ql-users] rom image

2005-06-16 Thread Dilwyn Jones
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