Category Archives: Software

Commodore 64 Terminal Program

Sometimes I feel like an archaeologist rediscovering a long-forgotten world when I look back at projects I worked on as a teenager. I often examine completed programs or pieces of code that my younger self created over 30 years ago … Continue reading

Posted in 6502 Assembly Lanuage, BASIC, Commodore, Programming, Software | Comments Off on Commodore 64 Terminal Program

Pokémon Go

Pokémon Go is the latest mobile game taking the world by storm. In a little over two weeks the interest in Pokémons has been nothing short of amazing, grabbing a new generation of players and rekindled older players interests. Pokémon … Continue reading

Posted in Software | Comments Off on Pokémon Go

Joy of coding

It’s been a long time since I started coding and over the past 30+ years if found that the continual challenges and enjoyment that coding has brought me to be a great way to past the time. Recently I was … Continue reading

Posted in 6502 Assembly Lanuage, BASIC, Commodore, Programming, Software | Comments Off on Joy of coding

ATARI: Game Over Documentary

Finished watching ATARI: Game Over Documentary on Apple TV last week. While I found it interesting that even after 30 years that there is such interest in whether Atari did or didnt dump thousands of ET cartridges in a landfill. … Continue reading

Posted in Books, Retro, Software, Videos | Comments Off on ATARI: Game Over Documentary

Launching 64 programs from a 128

How to launch a C64 program from a C128 in 128 mode: Location 65533 will return a unique value depending on the mode / machine which is running. Using the ABS function allows us to make the variable M equal … Continue reading

Posted in BASIC, Commodore, Programming, Software | Comments Off on Launching 64 programs from a 128

Load and Run

Here is a utility program for everyone. One of the worst features of the C64 is the way the 1541 handles machine language program. It is essential that you load a ML program wit a “,8,1” suffix so that the … Continue reading

Posted in BASIC, Commodore, Programming, Software | Comments Off on Load and Run