| |
Fix
Registered: Feb 2003 Posts: 54 |
DASM Questions...
I'm testing out DASM assembler and wonder if you can do the following.
org $5000
...
...
org $1000
...
...
Q: I get errors on this, complains about reverse indexing.
I've tried to use -F2, but I can get it to work.
The "..." just some code :-)
Or I need to have all parts in low/high, to get it to work.
- - -
Q: Is there a way to split the output file into two or more files, see below. Or is there any cross-assembler that can handle this ? ( !to is a Acme command... )....
org $1000
!to "file"
....
....
org $2000
!to "file2"
....
.... |
|
... 10 posts hidden. Click here to view all posts.... |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: Quote:I found it necessary to improve it
thats another "nice" dasm feature - everyone produced his own fork with its own unique bugs^H^H^H^Hfeatures =)
Indeed, although it might be expected since the original version dates back to 1988. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
afaik there has even been some "official" one established again recently. at least a decade too late though :) |
| |
tlr
Registered: Sep 2003 Posts: 1790 |
Quote: afaik there has even been some "official" one established again recently. at least a decade too late though :)
You are thinking of: http://dasm-dillon.sourceforge.net/
I tried submitting my patches there but to no avail. Recently Andrew Davie took control of it again so maybe I'll try again. |
| |
AüMTRöN
Registered: Sep 2003 Posts: 44 |
Ian Coog made some nice mods to DASM: http://iancoog.altervista.org/C/dasm2.20.07-iAN_Rev_L.rar
Supports out of order ORGs (after initial lowest address is ORGed first), afair. |
| |
Endurion
Registered: Mar 2007 Posts: 73 |
Just for kicks there's also preliminary support for DASM in C64-Studio. |
| |
enthusi
Registered: May 2004 Posts: 677 |
Oh, I use XA for some time now and find it quite handy ;-)
Though I tend to use as few assembler-specific commands as possible/reasonable. |
Previous - 1 | 2 - Next |