Uploaded August 2022 | Updated September 2026, 12 hours ago
Today we will convert this #C64 basic program into #assembly
10 poke 53280,peek(53280)-1
20 poke 53281,peek(53281)-1
30 goto 10
Code: github.com/rdoetjes/c64/tree/main/lesson02
But first I will show you my automated #cicd pipeline that automatically builds the C64 assembly code and uploads it automatically to my UltimateII cardridge. CI/CD is a must know technology for any developer these days. And we can even CI/CD 40 year old tech!
Chapters:
00:00 Intro
00:55 Overview CI/CD pipeline
02:54 Explanation setup Agent and Build Pool
04:32 Explanation CI/CD azure-pipelines.yml
11:34 Run of Pipeline and Upload to UltimateII demo
12:16 Assembly Lesson: Peek and Poke in assembler
Today we will convert this #C64 basic program into #assembly
10 poke 53280,peek(53280)-1
20 poke 53281,peek(53281)-1
30 goto 10
Code: github.com/rdoetjes/c64/tree/main/lesson02
But first I will show you my automated #cicd pipeline that automatically builds the C64 assembly code and uploads it automatically to my UltimateII cardridge. CI/CD is a must know technology for any developer these days. And we can even CI/CD 40 year old tech!
Chapters:
00:00 Intro
00:55 Overview CI/CD pipeline
02:54 Explanation setup Agent and Build Pool
04:32 Explanation CI/CD azure-pipelines.yml
11:34 Run of Pipeline and Upload to UltimateII demo
12:16 Assembly Lesson: Peek and Poke in assembler










