Drag and drop programs to Emulator

If you have feature requests, this is the place to post them. Please note your idea may already be something we have already discussed and decided against, or something we are working on privately, and we cannot be held responsible for any similarities in such instance. Whilst we cannot respond to every suggestion, your idea will be read and responded to where possible. Thank you for your input!
Post Reply
Travis Bryant moore
Posts: 124
Joined: Sun May 30, 2021 5:00 pm

Drag and drop programs to Emulator

Post by Travis Bryant moore »


I was surprised that the emulator worked on my linux mint as soon as I unzipped it so thanks for that. But this may have been before but why can't I drag and drop programs onto the X16 emulator? The idea was to take existing programs or basic text and paste and debug or convert them over to CX16. Though I may not know what the heck I am doing. I even tried to do rust on CX16. 

kelli217
Posts: 531
Joined: Sun Jul 05, 2020 11:27 pm

Drag and drop programs to Emulator

Post by kelli217 »


Copy and paste works. Just use Ctrl-V and whatever's on your clipboard will be pasted in. (At least, that's how it works in Windows.)

User avatar
Daedalus
Posts: 229
Joined: Fri Nov 11, 2022 3:03 am

Drag and drop programs to Emulator

Post by Daedalus »


Hola fellow Linux Mint user!

First, yes... you can copy and paste a BASIC program into the READY prompt, but it needs to all be UPPER CASE, because that's how Commodore Basic rides.

Myself, I use the terminal to compile code using ca65 (use "apt install cc65" to install the entire suite of 5602 cross compiler tools.) That gets you the assembler, the C compiler, and the linker. I use the assembler and write code in assembly. Assembly can be daunting, but if you stick with it it gets easier. Matt Heffernan at Slithy Games has a great tutorial series on Commander X-16 programming in assembly on you-tube at





I strongly recommend Matt's series, It's really good.

Post Reply