Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
  You are not logged in - nap
28 Bytes for Ukraine   [2022]

28 Bytes for Ukraine Released by :
Artline Designs [web]

Release Date :
6 March 2022

Type :
C64 256b Intro

Released At :
Anti (Ukraine) War Demo Diskbox

User rating:awaiting 8 votes (6 left)   See votestatistics

Credits :
Code .... Frostbyte of Artline Designs

Download :

Look for downloads on external sites:
 Pokefinder.org


Production Info
Submitted by Frostbyte on 6 March 2022
// 28b. Stable, but switching colour quite a few cycles too late.
// Overwrites most of the kernal's CHRGET routine residing on zero page from $73 onwards.
// X=$FF and Y=$01 when kernal enters the routine, hence saving a couple bytes taking advantage of this.
            * = $75
blue:       lda #$26
            sta ($85,x)     // sta $d011, disables screen
            nop $DEAD       // value gets overwritten by kernal, thus wasting 3 bytes here
setcol:     sta $d020       // set colour to $x7 (yellow) or $x6 (blue)
loop:       lda (<d011+1),y // lda $d012
            bne check_yel
d011:       lda $d011
            bpl blue        // set to blue if on rasterline 000
check_yel:  cmp #$97        // chosen colour switch rasterline also used to set col to yellow
            bne loop
            sei
            beq setcol
Search CSDb
Advanced
Navigate
Prev - Random - Next
Detailed Info
· Summaries
· User Comments (2)
· Production Notes (1)
Fun Stuff
· Goofs
· Hidden Parts
· Trivia
Forum
· Discuss this release
Support CSDb
Help keep CSDb running:



Funding status:




About this site:
CSDb (Commodore 64 Scene Database) is a website which goal is to gather as much information and material about the scene around the commodore 64 computer - the worlds most popular home computer throughout time. Here you can find almost anything which was ever made for the commodore 64, and more is being added every day. As this website is scene related, you can mostly find demos, music and graphics made by the people who made the scene (the sceners), but you can also find a lot of the old classic games here. Try out the search box in the top right corner, or check out the CSDb main page for the latest additions.
Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.083 sec.