Re: [cc65] fopen

From: Greg King <greg.king41verizon.net>
Date: 2010-11-16 20:49:36
From: silverdr; on Monday, Nov. 15, 2010; at 05:09 PM -0500
>
> >  "$foo"    creates "foo" -- at least, in VICE.
>
> And, "$", as the first character, doesn't seem to create
> anything visible:
>
> list
>
> 10 print "basic test ";
> 20 goto10
> ready.
> save"$basictest",8
>
> saving $basictest
> ready.
> load"$",8
>
> searching for $
> loading
> ready.
> list
>
> 0 .ADAFD           .    ..
> 1    "@basictest"       prg
> 1    "test"             prg
> 1    "basic@test"       prg
> 661 blocks free.
> ready.

That is because you used "save" instead of "open".  Remember that the
first two secondary addresses (for "load" and "save") are different from
the others.

----------------------------------------------------------------------
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 Nov 16 20:53:06 2010

This archive was generated by hypermail 2.1.8 : 2010-11-16 20:53:09 CET