Let's write a program to load and view KOALA Pad picture files on your C64 using Assembly Language.

Let's write a program to load and view KOALA Pad picture files on your C64 using Assembly Language. GitHub for this video. This repository hosts the D64 Disk images source code and demonstrated in this video. https://github.com/MyDeveloperThought... KOALA Pad Images: https://commodore.software/downloads/... Laser Genius Assembler: https://commodore.software/downloads/... The manual for the Assembler: https://commodore.software/downloads/... Timeline: 0:00 Intro 0:46 Koala Painter Quick Tour 2:05 Image storage 3:21 C64 Multicolor Hires Mode 6:06 Koala File Format 6:48 Startup the Assembler 9:50 Initial Todo Code 14:01 Assembling the code 14:57 Implement Wait key 16:55 Implement Config VIC 20:28 Manually loading a picture 21:31 Implement Restore VIC Chip 22:58 Implement Copy Colors 29:25 Set Screen Color back 31:00 Testing our existing code 31:39 Day 2 of this project 32:25 Implement Load File 38:02 Testing with the Ferrari 38:46 Create a Slide Show 44:26 Running the Slide Show 45:12 Tweaking our Slide Show 47:44 Farewell