| |
Viktor Account closed
Registered: Apr 2002 Posts: 78 |
Memory maps needed
Hello!
Know anybody where can i find memory maps for 64.
I saw a memory map anywhere, where there are the rom routines calling parameters.
(for ex. SETLFP (where .a=log file no,.x=device,.y=sec address))
I need this again. And offcourse if there are memory maps for c128,vc20,+4 and 16, then i need these too. |
|
| |
T.M.R Account closed
Registered: Dec 2001 Posts: 749 |
A text version of the Commodore 64 Programmers Reference Guide is available to download along with other books from here;
http://www.funet.fi/pub/cbm/c64/manuals/ |
| |
Viktor Account closed
Registered: Apr 2002 Posts: 78 |
Thanks for it.
Viktor |
| |
QuasaR
Registered: Dec 2001 Posts: 145 |
Hi!
Check out the HTML-help "All about your C64" from Ninja / The Dreams @ www.the-dreams.de.
Ciao! |
| |
White Flame
Registered: Sep 2002 Posts: 136 |
http://www.geocities.com/white-flame/files/c64/
mapthe64.zip is "Mapping the Commodore 64" which is one big memory map, including detailing ROM internals, Kernal usage of zero-page & low memory variables, etc. |
| |
Viktor Account closed
Registered: Apr 2002 Posts: 78 |
At now they are unaccessible.
Viktor |
| |
Dosoo Account closed
Registered: Apr 2002 Posts: 32 |
Find somewhere the book "Anatomy of the C64" by abacus software (I think).
Most of the information in it is irrelevant, but half of the book is filled with complete listings of C64 ROMs. E.G. the KERNAL roms are written in opcode (or assembler code) form and all the important functions are commented quite good. I find it more helping than ordinary memory maps published E.G. in Reference guide. |