| |
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.... |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
I use Graham Asm aswell, as a bonus you dont have to do the work twice. |
| |
Slammer
Registered: Feb 2004 Posts: 416 |
Can anybody tell me where I can download this Graham Assembler? Does he take up more than one floppy disc and does he have a good manual? |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
I always carefully plan out the speedcode before coding anything, so at the coding stage I already know what I'm doing, there's no need to experiment with scripting. Also I have written already like a hundred code generators, so its not a problem to make the 101th.
Anyway tastes & habits are different. Two years ago I was still writing code in winvice in turbo sss :) also I can see how freakin cool KickAss is & that I'm an old dinosaur. |
| |
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! :-) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 - Next |