6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sat Nov 16, 2024 3:52 pm

All times are UTC




Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Fri Jun 17, 2005 10:26 am 
Offline
User avatar

Joined: Fri Dec 12, 2003 7:22 am
Posts: 259
Location: Heerlen, NL
Mike Naberezny wrote:
Which assembler are you using, and why?


My own own, capable of handling the 65(C)02, 65816, Gideons 65GZ032 and the Z80. The last one because the Commodore 128 has both a 8502 and Z80 onboard.
What I especially like about it: it is free!

Interested? See: http://www.baltissen.org/mp_assem.htm

_________________
Code:
    ___
   / __|__
  / /  |_/     Groetjes, Ruud
  \ \__|_\
   \___|       URL: www.baltissen.org



Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Jun 17, 2005 5:20 pm 
Offline

Joined: Wed Mar 30, 2005 3:59 pm
Posts: 23
Location: So. CA
Memblers wrote:
I use cc65 (http://www.cc65.org/). But, I've never used the C compiler (I don't know how to, honestly heheh), only the assembler and linker. I like being able to use the segments and linker config, being able to reserve bytes of RAM/ROM right next to the code that uses it, stuff like that.



Like Memblers, I also use the CC65 Assembler. I really like the relocatable code support and memory segment support of it so I can write modules and not have to worry about addressing until "Link - Time"

It is nice that cc65 supports so many targets (15 or 16), including Apple II, Comadore, Atari, Amiga, NES, and others. I am in the process of modifying one of the existing traget defineitions to meet my specific needs.

It is open source and runs under Linux, Windows, other uincies and Mac OS X.

I had some difficulites getting cc65 up under Mac OS X, but it was mostly my misunderstandings and inexperience with Unix applicaitons.

CC65 supports 6502, 65C02 and 65816 and I am Looking forward to being able to do projects in both assembler and C.

Later,

Andy


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Jul 12, 2005 7:17 am 
Offline
User avatar

Joined: Tue Jul 12, 2005 6:29 am
Posts: 16
DASM

http://www.atari2600.org/DASM/


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Jul 20, 2005 11:11 pm 
Offline

Joined: Wed Jul 20, 2005 11:08 pm
Posts: 53
Location: Hawaii
I prefer to assemble by hand. I like to do it the way Woz did for the
Apple ][ ROMs.

_________________
Sam

---
"OK, let's see, A0 on the 6502 goes to the ROM. Now where was that reset vector?"


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Jul 21, 2005 5:28 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8541
Location: Southern California
> I prefer to assemble by hand. I like to do it the way Woz did for the

I started out that way and gained a great benefit from it. Don't stop there though-- you'll sell yourself short. You don't lose any control with an assembler, including with conditional assembly, macros, and other things that make assembly a lot more powerful. Even in Forth (unlike other high-level languages with their black-box compilers), you can predict exactly what bytes will be compiled if you want to go through the motions by hand. No control is lost.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: