How to import code into Commodore 64 emulator

Back to BASIC

Recently, I went to BASICs and I found it fascinating. It is much more interesting programming paradigm then compiled languages development as C like languages since you can program in BASIC interpreter and in assembly at once and get feedback instantly. Also, 6502 CPU is quite easy to understand and memory mapping of the 6502 is also straightforward and interesting to play with.

How can you do it?

Prerequisites

Let’s do it

  • Extract the zip file where you want it and review the contents of the folder

  • Open Windows Command Prompt (aka cmd).
  • Run the command below to convert the text file to prg format.
C64List basic.txt -prg

Now let’s go to the Commodore 64 online emulator website and import our file.

Below comes the video of the process above.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.