| |
Hicks Account closed
Registered: Sep 2009 Posts: 5 |
z80a coder discovering MOS 6502/6510
Hi all !
I'm interested in Commodore 64 from several years, but as I only know z80 langage (on Amstrad CPC 6128), I can't estimate the technical aspect of the demos I see under Vice (and I can't understand your technical posts on CSDb !). So, could you say me where can I find a kind of introduction to 6502/6510 assembly ?
Tanks !
Hicks/Vanity
(take a look at http://vanity.cpcscene.com/ to see what we do with our small z80 :) |
|
| |
goto80
Registered: Jan 2002 Posts: 138 |
There is plenty of stuff (and links) on http://codebase64.org
That is where I learned c64 coding. |
| |
Hicks Account closed
Registered: Sep 2009 Posts: 5 |
It's exactly what I was searching for, thanx ! |
| |
Ninja
Registered: Jan 2002 Posts: 411 |
"From scratch" was pretty cool; I remember watching the video when it came out. Good luck with the 6502, too. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
i made this: http://hitmen.c02.at/files/releases/gbc/mnemonics_8080_z80_6502.. a while ago. dont remember wether its on codebase =) |
| |
Graham Account closed
Registered: Dec 2002 Posts: 990 |
http://www.oxyron.de/html/opcodes02.html |
| |
Hicks Account closed
Registered: Sep 2009 Posts: 5 |
@Groepaz : this kind of 8080/z80/6502/6510 comparison will be very usefull for me to understand the mysterious Commodore world ;) I noticed some omissions in the z80 column, but maybe this page is old, or always under construction or wasn't made to be exhaustive... For example we can swap to the secondary registers with the fast "EXX" instruction, we can swap between the two akku with "EX AF,AF", all the bit-shifts and conditional branch you write in the GameBoy column are available on z80, and there is some illegal opcode... If you are interested in completing your array take a look at (or ask me, it will be a pleasure to help you) :
http://www.grimware.org/doku.php/documentations/devices/z80
(it's the technical-wiki reference for CPC users)
@Graham : thanks too (and I love your job in Oxyron !) |
| |
Sander
Registered: Jan 2002 Posts: 493 |
Welcome :) I really liked 'From scratch' - hope you see some demos from you guys on the c64. |
| |
Mace
Registered: May 2002 Posts: 1799 |
Watched 'From Scratch' on YouTube. Cool stuff!
Hope to see from you guys! |
| |
Stainless Steel
Registered: Mar 2003 Posts: 966 |
"From Scratch" is indeed wicked stuff. Gotta envy those psychedelic colors. The sound hurts my ears a bit though, it's no SID after all :-D
|
| |
Mace
Registered: May 2002 Posts: 1799 |
Quote:The sound hurts my ears a bit though Ah, right... I switched of the sound, because the wife was watching telly. So I didn't hear the music ;-) |
| |
Hicks Account closed
Registered: Sep 2009 Posts: 5 |
Thanks for your comments about From Scratch, I just saw that we were nominees in the Public Choice category for the Scene Awards 2010, that's a nice surprise ! |