Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > Care for a little C64-like coding challenge?
2015-10-18 04:11
Pixman
Account closed

Registered: Dec 2001
Posts: 42
Care for a little C64-like coding challenge?

I recently stumbled upon the Android app MOSS which is is based on this:
http://6502asm.com/

The screen RAM starts at $200 and you can do lots of funny things. Resolution is 32x32 pixels. :)
Enjoy!

No IRQs and sound, yet.
But it's a cute toy to play around. Has some nice examples and also a little demo with scroller in the examples dropdown list.

Here's my little toy I wrote in a jiffy:
ldx #$ff
lda #$01
sta $03
loop:
lda $fe
sta $1ff,x
lda $fe
sta $2ff,x
lda $fe
sta $3ff,x
lda $fe
sta $4ff,x
dex
dex
dex
inc $03
dex
bne loop

($fe is the random number generator and $ff gives out the key pressed)
Have fun,
Pix
2015-10-18 04:53
SIDWAVE
Account closed

Registered: Apr 2002
Posts: 2238
this website is really missing a feature to attach files in the forums.. so we could send small snips of compiled code..
2015-10-18 09:52
Oswald

Registered: Apr 2002
Posts: 5017
where's the challenge?
2015-10-18 10:58
soci

Registered: Sep 2003
Posts: 473
Oswald:

The challenge is to get people to find the mentioned app somehow, get them to install it on something which can run it and convince them to write code with it using a hardware platform where a proper keyboard is the exception, not the rule.

;)
2016-01-08 18:17
Stablizer

Registered: Jan 2016
Posts: 19
Very cool effect - this would look cool in between demo pages or after an intro of some sort. :)

-Stab
2016-01-08 19:47
Monte Carlos

Registered: Jun 2004
Posts: 351
They don't support LAS and TAS. ;-(
2016-01-08 20:56
Oswald

Registered: Apr 2002
Posts: 5017
no serious demo ever runs wihtout las or tas!
2016-01-08 22:00
HCL

Registered: Feb 2003
Posts: 716
I just have to give it up..
2016-01-09 02:03
Compyx

Registered: Jan 2005
Posts: 631
32x32 pixels: mega-dycp's just became a lot easier, might even ORA that shit.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Alakran_64
wil
Flex/Artline Designs
Didi/Laxity
Guests online: 109
Top Demos
1 Next Level  (9.8)
2 Mojo  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Comaland 100%  (9.6)
6 No Bounds  (9.6)
7 Uncensored  (9.6)
8 Wonderland XIV  (9.6)
9 Bromance  (9.6)
10 Memento Mori  (9.6)
Top onefile Demos
1 It's More Fun to Com..  (9.7)
2 Party Elk 2  (9.7)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.5)
5 Rainbow Connection  (9.5)
6 TRSAC, Gabber & Pebe..  (9.5)
7 Onscreen 5k  (9.5)
8 Wafer Demo  (9.5)
9 Dawnfall V1.1  (9.5)
10 Quadrants  (9.5)
Top Groups
1 Oxyron  (9.3)
2 Nostalgia  (9.3)
3 Booze Design  (9.3)
4 Censor Design  (9.3)
5 Crest  (9.3)
Top Fullscreen Graphicians
1 Carrion  (9.8)
2 Joe  (9.8)
3 Duce  (9.8)
4 Mirage  (9.7)
5 Facet  (9.7)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.039 sec.