Skip to content

fayalalebrun/c64-pong

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2019
Mar 14, 2019
Mar 13, 2019
Mar 26, 2019
Mar 25, 2019
Apr 1, 2019
Apr 1, 2019
Mar 26, 2019
Mar 26, 2019
Apr 2, 2019
Mar 14, 2019
Apr 2, 2019
Apr 4, 2019
Mar 25, 2019
Mar 29, 2019

Repository files navigation

C64 Pong

https://media.giphy.com/media/9xyMiv2aacIqzRRvWC/giphy.gif

How to compile

  1. Get KickAssembler
  2. Compile pong.asm, for example with the command “KickAss.jar pong.asm”

How to run

  1. Get a C64 emulator, for example VICE
  2. Use an appropriate command to run the compiled program file, for example “x64 pong.prg”