Where can I download the Commander x16 manual?
Where can I download the Commander x16 manual?
I recently downloaded the emulator but have no idea what the commands are. Is there a manual in pdf?
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: Where can I download the Commander x16 manual?
Best place to find up to date information is:
https://github.com/X16Community/x16-docs
For a manual, have a look at:
https://github.com/X16Community/x16-user-guide
Other than that, the Commander X16 is compatible with Commodore 64 BASIC
https://www.c64-wiki.com/wiki/BASIC
https://github.com/X16Community/x16-docs
For a manual, have a look at:
https://github.com/X16Community/x16-user-guide
Other than that, the Commander X16 is compatible with Commodore 64 BASIC
https://www.c64-wiki.com/wiki/BASIC
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: Where can I download the Commander x16 manual?
Commands like "screen n" which controls character size, is a X16 exclusive command. By luck, I stumbled onto it. It's not a C64 command. It is a list those types of x16 commands I am looking for.
JimmyDansbo wrote: ↑Sun Sep 03, 2023 1:21 pm Best place to find up to date information is:
https://github.com/X16Community/x16-docs
For a manual, have a look at:
https://github.com/X16Community/x16-user-guide
Other than that, the Commander X16 is compatible with Commodore 64 BASIC
https://www.c64-wiki.com/wiki/BASIC
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: Where can I download the Commander x16 manual?
Then you are most likely looking for this:
https://github.com/X16Community/x16-doc ... 20BASIC.md
https://github.com/X16Community/x16-doc ... 20BASIC.md
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: Where can I download the Commander x16 manual?
if I wanted to load a file in my HDD, what would I type?JimmyDansbo wrote: ↑Sun Sep 03, 2023 4:15 pm Then you are most likely looking for this:
https://github.com/X16Community/x16-doc ... 20BASIC.md
Re: Where can I download the Commander x16 manual?
btw... the link is exactly what I need! thanks!JimmyDansbo wrote: ↑Sun Sep 03, 2023 4:15 pm Then you are most likely looking for this:
https://github.com/X16Community/x16-doc ... 20BASIC.md
- JimmyDansbo
- Posts: 476
- Joined: Sun Apr 26, 2020 8:10 pm
- Location: Denmark
- Contact:
Re: Where can I download the Commander x16 manual?
I usually go to the directory where the file I want to load is and start the emulator from there:
windows:
cd \path\to\my\game\or\program
c:\path\to\emulator\x16emu -prg the-program-i-want-to-run.prg
linux:
cd /path/to/my/game/or/program
/path/to/emulator/x16emu -prg the-program-i-want-to-run.prg
You can also start the emulator without the -prg option and then use:
DOS"$
or
LOAD"$"
LIST
In order for DOS and LOAD/LIST to be useful, your program usually have to be saved with only CAPITAL letters
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Re: Where can I download the Commander x16 manual?
If you're using the latest ROM version (R44), the directory listing will be case-converted... I'm not sure if that's universal or if it's only a feature on the emulator, and if it's the latter, if it's specific to which OS and/or filesystem you're using.