| |
Quetzal
Registered: Jul 2002 Posts: 71 |
Dis6502 user equates for 64?
Was wondering if anyone has made their own C64 specific user equates file (ROM routines, registers etc.) for the DIS6502 disassembler?
And the big question, if you have done so, would you care to share it with me? I'd like to convert many of my old routines into source code and start work on polishing them up somewhat. Figured I'd ask here before going and re-doing what might already exist.
|
|
| |
Style
Registered: Jun 2004 Posts: 498 |
woot! Finally quetzal shows interest in crossdev!
W0000!!!!
ps. Sorry Daniel, I have no idea what ur talking about :)
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
a true coder doesnt need predefined addies. :P |
| |
Raf
Registered: Nov 2003 Posts: 343 |
maybe disasm from 64copy will suit you - I think it has got rom and io mappings built in - but haven't used it for some time though...
edit:
very nice disassembler , however it's quite stupid it doesn't accespt new stuff with "dis6502 /'machinename'" - only /atari , /5200 and /oric ;-)
www.vulture.c64.org |
| |
Quetzal
Registered: Jul 2002 Posts: 71 |
Raf:
Thanks for the reply. Yes, Dis6502 is very nice apart from the problem you've noticed :) Which is why I was hoping someone had made their own c64 specific user defined labels to suit it. I'll check out the one in 64copy anyway, thanks for the tip.
|
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
ask krill. |
| |
Raf
Registered: Nov 2003 Posts: 343 |
http://www.tkk.fi/Misc/cbm/docs/c64-rom.html - it's good place to start writing EQU file(s) ;-)
---
edit:
after chat with Krill it turned on he doesn't have these files , so...
I made some EQU entries ;-)
http://www.ryomanhattan.addr.com/raf/dis6502/c64_zp.equ - this file contains zeropage and such garbage ;-) BUT it's not fully useful - I'm too lazy to type all the '+1' and so on ;-)
http://www.ryomanhattan.addr.com/raf/dis6502/c64_vic.equ - this is fully featured VIC EQU with CC65's _vic2.h compatible names.
so , with few more voluunters we can have THE DISASSEMBLER for c64 :) anyone?
www.vulture.c64.org |
| |
Ninja
Registered: Jan 2002 Posts: 411 |
Gosh, people, computers should save you work not make more :)
Find someone with basic PERL/Python/awk/sed-skills and you will be relieved from typing by hand ;)
|
| |
Raf
Registered: Nov 2003 Posts: 343 |
exctellent idea.
by the way - I used hand to type some stuff into zeropage stuff , but in vic I actually only typed $d000-d02e by hand , rest was made using macros and textblock-editing mode capabilities of textpad editor :)
www.vulture.c64.org |