Search found 12 matches

by OmegaMax
Tue Apr 09, 2019 6:27 am
Forum: Programming
Topic: How do you make a demo?
Replies: 19
Views: 14416

Re: How do you make a demo?

You could try and find some source code to study or have a look through the code of the demo you're interested in using debugger.
by OmegaMax
Sat Mar 30, 2019 11:00 pm
Forum: Programming
Topic: How do you clear the screen in machine language?
Replies: 7
Views: 4502

Re: How do you clear the screen in machine language?

I write all my own code,but use whatever suits you best.
by OmegaMax
Thu Mar 28, 2019 8:31 pm
Forum: Programming
Topic: How do you clear the screen in machine language?
Replies: 7
Views: 4502

Re: How do you clear the screen in machine language?

Since your description says "Occupation: Programmer" then you understand pointers,so here's a small program that uses pointers.It clears the screen ram and then draws @ using a pointer.Copy code into CBM prg studio,feel free to play around with the code so you can understanding how it work...
by OmegaMax
Thu Mar 28, 2019 8:06 pm
Forum: Programming
Topic: How do you clear the screen in machine language?
Replies: 7
Views: 4502

Re: How do you clear the screen in machine language?

Might be a good idea to clear the screen memory with your own code instead of using the kernal,if your going to program the VIC in assembly,starting with small routines/code is a good idea. Do_ClearScreenRam ldy #0 lda #$20 ClearScreenRamLoop sta $1e00,y sta $1f00,y iny bne ClearScreenRamLoop rts Wh...
by OmegaMax
Thu Mar 28, 2019 1:31 pm
Forum: Programming
Topic: Machine language issue
Replies: 5
Views: 4242

Re: Machine language issue

Working on your first Hello World! in assembly?
by OmegaMax
Fri Mar 22, 2019 2:02 am
Forum: Collecting and History
Topic: Llamasoft: Bomb Buenos Aires
Replies: 4
Views: 4450

Re: Llamasoft: Bomb Buenos Aires

This one?I ask because comments say "aka Bomb Buenos Aires"


https://www.commodoregamebase.com/VIC/963.html
by OmegaMax
Sun Mar 17, 2019 11:20 pm
Forum: Games
Topic: Snake
Replies: 16
Views: 10860

Re: Snake

Will try the updated version later today,thanks.
by OmegaMax
Thu Mar 14, 2019 12:14 am
Forum: Programming
Topic: Werewolves for vic 20
Replies: 14
Views: 7031

Re: Werewolves for vic 20

Good job so far
by OmegaMax
Wed Mar 13, 2019 9:45 pm
Forum: Programming
Topic: Werewolves for vic 20
Replies: 14
Views: 7031

Re: Werewolves for vic 20

I downloaded it again and this time it loaded fine,there is no user input correct?
by OmegaMax
Wed Mar 13, 2019 11:43 am
Forum: Programming
Topic: Werewolves for vic 20
Replies: 14
Views: 7031

Re: Werewolves for vic 20

I couldn't get this to work when I tried it.
by OmegaMax
Sun Mar 10, 2019 4:29 pm
Forum: Games
Topic: Snake
Replies: 16
Views: 10860

Re: Snake

Image
by OmegaMax
Fri Mar 08, 2019 10:44 pm
Forum: Games
Topic: Games we want to see
Replies: 323
Views: 200220

Re: Games we want to see

Cloak & Dagger