Search found 12 matches
- Tue Apr 09, 2019 6:27 am
- Forum: Programming
- Topic: How do you make a demo?
- Replies: 19
- Views: 17333
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.
- Sat Mar 30, 2019 11:00 pm
- Forum: Programming
- Topic: How do you clear the screen in machine language?
- Replies: 7
- Views: 5294
Re: How do you clear the screen in machine language?
I write all my own code,but use whatever suits you best.
- Thu Mar 28, 2019 8:31 pm
- Forum: Programming
- Topic: How do you clear the screen in machine language?
- Replies: 7
- Views: 5294
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...
- Thu Mar 28, 2019 8:06 pm
- Forum: Programming
- Topic: How do you clear the screen in machine language?
- Replies: 7
- Views: 5294
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...
- Thu Mar 28, 2019 1:31 pm
- Forum: Programming
- Topic: Machine language issue
- Replies: 5
- Views: 4917
Re: Machine language issue
Working on your first Hello World! in assembly?
- Fri Mar 22, 2019 2:02 am
- Forum: Collecting and History
- Topic: Llamasoft: Bomb Buenos Aires
- Replies: 4
- Views: 5126
Re: Llamasoft: Bomb Buenos Aires
This one?I ask because comments say "aka Bomb Buenos Aires"
https://www.commodoregamebase.com/VIC/963.html
https://www.commodoregamebase.com/VIC/963.html
Re: Snake
Will try the updated version later today,thanks.
- Thu Mar 14, 2019 12:14 am
- Forum: Programming
- Topic: Werewolves for vic 20
- Replies: 14
- Views: 9191
Re: Werewolves for vic 20
Good job so far
- Wed Mar 13, 2019 9:45 pm
- Forum: Programming
- Topic: Werewolves for vic 20
- Replies: 14
- Views: 9191
Re: Werewolves for vic 20
I downloaded it again and this time it loaded fine,there is no user input correct?
- Wed Mar 13, 2019 11:43 am
- Forum: Programming
- Topic: Werewolves for vic 20
- Replies: 14
- Views: 9191
Re: Werewolves for vic 20
I couldn't get this to work when I tried it.
- Fri Mar 08, 2019 10:44 pm
- Forum: Games
- Topic: Games we want to see
- Replies: 323
- Views: 292149
Re: Games we want to see
Cloak & Dagger