Re: [Ql-Users] SuperBASIC parser vectors

2017-03-08 Thread Jan Bredenbeek
On 8 March 2017 at 17:46, Marcel Kilgus wrote: The ED command build into SMSQ/E addresses pa..table therefore thus: > > move.l pa..table*3+qlv.off+2,a2 graph table address > > So strictly speaking the pa..table thing is not QL compatible anymore. > This could

Re: [Ql-Users] SuperBASIC parser vectors

2017-03-08 Thread Marcel Kilgus
Jan Bredenbeek wrote: > I got the names from the Minerva source. Obviously they were 'invented' by > Laurence since they are not documented in the original QDOS documentation > :-) Well, they are in the TK2 source (as part of SMSQ/E), too, so probably not named by Lau ;) > The vector which is

Re: [Ql-Users] SuperBASIC parser vectors

2017-03-08 Thread Jan Bredenbeek
On 8 March 2017 at 13:54, Marcel Kilgus wrote: > Jan Bredenbeek wrote: > > MOVE.W$12C,A0 > > JSR $4000(A0) call pa_graph to parse line > > Wow, the old and new names are mightily confusing. > > What once was called pa_graph is now sb_parse. >

Re: [Ql-Users] SuperBASIC parser vectors

2017-03-08 Thread Marcel Kilgus
Jan Bredenbeek wrote: > MOVE.W$12C,A0 > JSR $4000(A0) call pa_graph to parse line Wow, the old and new names are mightily confusing. What once was called pa_graph is now sb_parse. What once was called pa_table is now sb_graph. > Like I stated earlier, this code has