6510 Questions

5

Solved

Using 6510 assembly on the Commodore 64, I am trying to create a stable raster effect. Using the double IRQ principle I draw some raster lines on the screen. I pad with NOPs to match 63 cycles for ...
Cally asked 23/6, 2014 at 21:50

1

Solved

I'm planning to use software sprites in multicolor char mode for my new C64 project. My idea is to use superimpose 'bullet' sprite data to tile data. I think I can have tileset data at address 'TI...
Marinelli asked 27/9, 2015 at 9:24

3

Solved

I am trying to learn 6510 assembly and since I am running Debian xa65 is the assembler I want to use. I have so far written a piece of code that looks like so: *=$0801 .byte $0c, $08, $0a, $00, $...
Bannock asked 31/1, 2015 at 10:37

1

Solved

I know this question is very spesific question but I know there are some c64 code gurus around here. So, here is my question. When I try to disable screen using $d011 trick, upper/lower border als...
Nole asked 22/11, 2011 at 17:26

3

Solved

Are there any good open source frameworks for developing computer system emulators? I am particularly interested in something written in Python or Java that can reduce the effort involved in develo...
Lauzon asked 13/7, 2009 at 16:51
1

© 2022 - 2024 — McMap. All rights reserved.