LOAD "*",8,1
In the version of Microsoft BASIC provided with Commodore 64, 64c, 128, and 128-D, this line was intended to load the first program on the first 5.25" Floppy Disk Drive into memory for immediate execution. If immediate execution was not supported by the program in question,
LOAD "*",8
would suffice. In either case, if the program did not automatically execute,
RUN
would usually execute the program.