Quick Summary: The Commodore 64 is capable of 8 hardware sprites on screen at the same time - and they can be 2 or 4 color just like the The Atari ST has a ram based screen - we can just allocate some memory, and write data to it to get it on screen...
C64 Assembly Programming Part 36 Bitmap Graphics -
The Commodore 64 is capable of 8 hardware sprites on screen at the same time - and they can be 2 or 4 color just like the The Atari ST has a ram based screen - we can just allocate some memory, and write data to it to get it on screen... We drew our 'Chibiko' mascot to the screen before, but this time we're going to improve the algorithm.
Important details found
- The Commodore 64 is capable of 8 hardware sprites on screen at the same time - and they can be 2 or 4 color just like the
- The Atari ST has a ram based screen - we can just allocate some memory, and write data to it to get it on screen...
- We drew our 'Chibiko' mascot to the screen before, but this time we're going to improve the algorithm.
- We took a look at the excellent mcdraw.xyz site by Zooperdan and use it to convert some
- A primary school class use black and white squares to represent the pixels that make up
Why this topic is useful
A structured page helps reduce disconnected snippets by grouping the main subject with context, examples, and nearby entries.
Frequently Asked Questions
Is the information always complete?
Not always. Some topics may need verification from official or primary sources.
How should readers use this information?
Use it as a starting point, then open related pages for more specific details.
What should readers check next?
Readers should check related pages, official references, or updated sources when details matter.