Hi! On Tue, Apr 13, 2004 at 08:28:53PM +0200, carlos wrote: > in the docs you say about command line options for the c64. the syntax is > run:rem arg1,arg2,arg3.... > why don't you use the chkcom, getbyte etc. routines for more simple syntax? Because BASIC lines get tokenized, and because the BASIC ROM is mapped out. Detokenization needs a lot of code and is made even harder by the fact that calling routines from the BASIC ROM is difficult. If I remember correctly, Groepaz had a routine that worked this way, but it was a lot larger and had the problem that no program could be bigger than the available RAM with the BASIC ROM mapped in. All improvements of the existing code are of course highly appreciated. Regards Uz -- Ullrich von Bassewitz uz@musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Tue Apr 13 21:12:07 2004
This archive was generated by hypermail 2.1.8 : 2004-04-13 21:12:13 CEST