Re: [cc65] The Contiki Desktop OS for cc65

Date view Thread view Subject view

From: Greg King (gngking_at_erols.com)
Date: 2003-03-21 06:23:28


From: Marko Mäkelä
Date: Wednesday, March 12, 2003, 03:25 AM
>
> BTW, to reduce the [fast-loader's] memory-image that needs
> to be loaded, I'd load the disk-drive code with the & command
> directly from the disk.  Has anyone tried if it works
> on CMD drives?  (The command "&name" should execute
> the file "&name,u" in the disk drive.)

Yes, but the ampersand isn't a part of the file's name, on CMD drives (and
the 1581, too, I think).  You can put a drive-/partition-number in front of
the file-name.  And, you can put a directory-path in front of the name (on
CMD drives).  The BASIC statement

open 15,9,15,"&57/dir1/dir2/:name"

would load-and-run the USR file called "name", which is in the subdirectory
called "dir2", which is in "dir1", which is on the partition that's
numberred fifty-seven.

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-03-21 06:23:45 CET