You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"/runtimestart=xxxxx|$yyyy - the start address of the runtime's code. If none is given, it follows the program's code.");
539
539
System.out.println(
540
-
"/sysbuffer=xxxxx|$yyyy - the start address of the buffer used to execute SYS commands with parameters. Default is 820 for the CBM machines and 1024 for the X16.");
540
+
"/sysbuffer=xxxxx|$yyyy - the start address of the buffer used to execute SYS commands with parameters. Default is 820 for the CBM machines and 1024 for the X16. If set to 0, the runtime will reserve its own buffer in BASIC memory.");
541
541
System.out.println("/alloff=true|false - if specified, all optimizations will be turned off");
542
542
System.out.println(
543
543
"/vice=<path> - sets a path to the VICE executable. If specified, the compiled prg file will be started in VICE right away.");
0 commit comments