Search found 33 matches

by MartinC
Sun Nov 13, 2022 5:13 am
Forum: Programming
Topic: Addressing into screen memory, how?
Replies: 18
Views: 1651

Re: Addressing into screen memory, how?

Thanks for the tip
by MartinC
Sun Nov 06, 2022 8:07 am
Forum: Programming
Topic: Addressing into screen memory, how?
Replies: 18
Views: 1651

Addressing into screen memory, how?

[...] Thanks for the reply . I'm using the CMB PRG Studio environment's assembler. I'm just starting out learning the language and trying to figure out how to load the screen map I exported and display it. Using "Top-Down Assembly Language for your C64 and Vic20" as a guide, I'm trying to...
by MartinC
Tue Oct 25, 2022 12:35 pm
Forum: Programming
Topic: custom characters in assembly - quick question
Replies: 4
Views: 839

Re: custom characters in assembly - quick question

Thanks, I had this question too - so this helped me! One further question, I have designed a custom character set and exported it to a BIN file including the load address. Then I have used incbin to include it - does this mean that when assembled the char set will automagically load at 7168 where I ...