| |
Mace
Registered: May 2002 Posts: 1799 |
What assembler/compiler are you using?
Since I kind of switched from 64TASS to Kick Assembler, I was wondering what the other coders use as coding tool?
Still working on the C64 with TASM or do you use one of the cross development compilers?
|
|
... 47 posts hidden. Click here to view all posts.... |
| |
Slammer
Registered: Feb 2004 Posts: 416 |
Nothing wrong with old dinosaurs, Everybody define his own level of retroness :-) |
| |
yago
Registered: May 2002 Posts: 333 |
Slammer: doesnt your code just generate the ldas stas and a list with the addresses, but no labels?
|
| |
Slammer
Registered: Feb 2004 Posts: 416 |
Yago: Yes, thats correct. This was started by Ervins post, who asked how to unroll a loop, save some referencepoints to labels and store the labels to memory with a .word command. RadiantX and yourself showed solutions for ca65 and k2asm. I showed another approach where a list was used to hold the the referencepoints instead. |
| |
Kaizen
Registered: May 2009 Posts: 24 |
My setup: DASM and TextWrangler for Mac.
I can work well with them but I would like to know what cross assembler tool have the most classical/standard assembly synthax... is it 64TASS? |
| |
enthusi
Registered: May 2004 Posts: 677 |
When you use acme you can convert TASS SEQ-files to acme-sources with a few renames only...
!byte instead of .byte and so on.
AFAIK its pseudo PC is handled similar as well. |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
Kaizen, yes 64 tass. you have a few goodie extras like +/- labels, for/next,if/then, etc. check the manual. :) |
| |
Kaizen
Registered: May 2009 Posts: 24 |
@Oswald: Thanks! :-) |
| |
Zone Account closed
Registered: Nov 2002 Posts: 7 |
I use ca65. I mostly code applications and it suits me well. It surely is a bit of work to start a new project, creating Makefiles and such, but once the project grows, it becomes really handy.
On a real C64 I prefer Fairlight's XASS (a heavily modified TASS for REU units). Unlike Style's new TMP+REU, it not only backups your soure and assembler but also the included REU monitor and all of your gfx/msx data - making machine crashes less frustrating. :)
|
| |
Martin Piper
Registered: Nov 2007 Posts: 722 |
I'm still using ACME with extra tweaks to add label saving for VICE and proper library search paths. You can get the full sources from http://www.wellytop.com/C64.html
|
| |
AlexC
Registered: Jan 2008 Posts: 299 |
Maybe a bit off topic but I find it interesting: I started to transfer my dev tools to AmigaOS 4.1. Vice works quite well with exception of sound problems, and Exomizer works perfectly :) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next |