commodore Questions

3

Solved

I'm having trouble with printing a board of dots in Commodore Basic 6502. This is what I have to far: (it's a subroutine) 10 INPUT "Please enter a number:", X 20 DIM A$(X, X) 30 FOR I = 0 TO X 40...
Australian asked 19/3, 2014 at 22:41

4

Solved

I'm learning assembly for the 6502 micro via a C64 emulator. Currently trying to output strings to the screen. Here is my code: processor 6502 org $1000 ldx #$00 ;using x register as column co...
Aide asked 19/4, 2017 at 14:28

2

Solved

I have written a short program in 6502 assembler for the Commodore 64 using the ca65 assembler and ld65 linker. The program should render a solid square sprite somewhere near the center of the disp...
Aubyn asked 13/2, 2020 at 22:50

3

Solved

I have this variable declarations on my program: X="MAGENTA" Y="CYAN" Z="TAN" A="KHAKI" Now what I want is to randomly choose one of these and PRINT it. But how to do this?
Breann asked 12/10, 2010 at 2:36

3

Solved

Reading this HTML page on Commodore 64 memory allocations because I am interested in old computer hardware, I stumbled across a cell in the table that claims that the memory address is unused. What...
Proprietary asked 12/10, 2018 at 14:22

9

Solved

I have this curiosity for 25 years and I would love to understand the trick. In the Commodore 64 the border was not addressable by the 6569 VIC. All you could do was to draw pixels in the central...
Tremulant asked 17/11, 2009 at 16:51

3

Solved

So, I'd like to write larger functions in Commodore 64 BASIC. So far, from what I'm seeing from other sources (such as various C64 wikis, as well as the user's manual for the C64 itself,) function ...
Nagari asked 16/7, 2016 at 21:47

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 am building a Commodore PET on an FPGA. I've implemented my own 6502 core in Kansas Lava (code is available at https://github.com/gergoerdi/mos6502-kansas-lava), and by putting enough IO around i...
Krueger asked 4/7, 2015 at 13:3

1

Solved

I'm writing a little hobby c64 textual adventure and I've stopped in one very concrete moment. Namely, I don't know how to quote anything inside quote. How to do that inside commodore 64 basic v....
Merrymaker asked 8/12, 2014 at 0:46

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
1

© 2022 - 2025 — McMap. All rights reserved.