Re: [cc65] Two newbie questions.

From: Mark J. Reed <markjreed1mail.com>
Date: 2006-10-06 03:00:39
On 10/5/06, Groepaz <groepaz@gmx.net> wrote:
> it's a feature - conio is made for "fullscreen" applications and it doesnt
> handle scrolling, mostly because of speed and size reasons.

Yeah, I had figured that much out...

> and you should not mix stdio with conio for the same reason - results are
> undefined.

That was the part I wasn't aware of.  Thanks for the clarification!

Also, the command-line args trick was apparently added in 2.11, which
is why I wasn't seeing any results in 2.10.   It still doesn't quite
work - spaces aren't ignored as advertised, so

run:rem foo

results in argv[1] == " foo" rather than "foo"

but I can work around that (and maybe even fix it).

With the filename parameter of the BASIC 7 RUN command, this is almost
like having a real shell. :)

run"cat":remfoo.txt

-- 
Mark J. Reed <markjreed@mail.com>
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Fri Oct 6 03:00:46 2006

This archive was generated by hypermail 2.1.8 : 2006-10-06 03:00:49 CEST