6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Sat Sep 28, 2024 11:17 pm

All times are UTC




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: Mon Dec 19, 2011 1:22 am 
Offline

Joined: Sat Jan 04, 2003 10:03 pm
Posts: 1706
GARTHWILSON wrote:
I'm not familiar with the Kowalski simulator or its built-in assembler, but the usual output of assemblers is a hex file, whether Intel Hex, Motorola S19 format, or something like that, which are text files with things at the beginning of each line telling what kind of line it is, the beginning address, and having a checksum at the end, etc..


That depends. ca65 puts out straight binary if told to do so, and does so in a variety of binary formats, including Commodore PRG format as well as o65.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Mon Dec 19, 2011 3:42 am 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10938
Location: England
kc5tja wrote:
ca65 puts out straight binary if told to do so, and does so in a variety of binary formats, including Commodore PRG format as well as o65.
I'm a fan of ca65, but the recipe for using it as a simple assembler to binary is worth noting:
Code:
       ca65 boot816.as -o boot816.o -v -l --cpu 65816
       cl65  boot816.o --target none -o boot816.bin --start-addr 0x8000
(I have to look it up each time - the above is dug out of my emails from three years ago.)

Cheers
Ed


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 14 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: