From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2000-12-29 12:54:35
Hi! On Thu, Dec 28, 2000 at 11:47:26PM -0500, troy silvey wrote: > What is the easiest way to get my new binary files > into vice and run the executable. I have been working > on this for a couple of hours today and it is giving > me difficulty. I can't seem to get a proper disk > image and my files loaded to the emulator to run them. Spiro offered one solution, here is another, even simpler one: When running under Linux (I would assume that this is true for most other operating systems, so just try it), the current directory is treated as a virtual disk. So if you start VICE and type LOAD "HELLO",8 VICE tries to load a file named "hello" from the current directory of your hard disk if no disk image is attached. This means that you don't have to care about disk images, just be sure your program name does not contain any problematic characters. You may also give the executable on the command line: x64 hello will start the VICE C64 emulator, load the file named "hello" from the hard disk and execute it. Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:37 CET