Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > C64 Coding > Dasm rorg directive
2008-11-05 20:28
The Human Code Machine

Registered: Sep 2005
Posts: 114
Dasm rorg directive

Hi, I'm looking for a DASM cross assembler version newer than 2.12 for DOS/Win with correctly working rorg directive. All newer versions I found on the net can't assemble the lower attached test source. I found it ages ago on one of the famous Fred Fish disks and I don't want to switch to another one :( I tried to contact one of the new maintainers, but I got no response. Anybody here has a working version or knows the dasm sourcecode a bit and has time to fix it?

processor 6502
org $c000

Main subroutine
sei
jsr Test
jmp nmi

Test subroutine
ldx #nmi_end-nmi_start-1
.loop lda nmi_start,x
sta nmi,x
dex
bpl .loop
rts


nmi_start subroutine

RORG $02
nmi subroutine
.1 INC $d020
jmp .1
rend

nmi_end
 
... 20 posts hidden. Click here to view all posts....
 
2008-11-10 20:07
chatGPZ

Registered: Dec 2001
Posts: 11523
i can't share - but i *am* fixing it, just right now =)
2008-11-10 20:08
Ninja

Registered: Jan 2002
Posts: 418
gpz: Hint: You know that RR development was the main reason for Doc Bacardi to create DreamAss ;)
2008-11-10 20:09
iAN CooG

Registered: May 2002
Posts: 3238
Quote: ofcourse, this is from a large project (mmcr bios). i have to admit that i am not really in the mood to cut it down into a simple testcase right now :)

I fear some reversed org addresses can cause errors.
Make sure the lowest org is declared 1st.
Also raising the number of build passes can help resolving labels declared later in the source.
2008-11-10 20:22
chatGPZ

Registered: Dec 2001
Posts: 11523
Quote:
gpz: Hint: You know that RR development was the main reason for Doc Bacardi to create DreamAss ;)


hehe well, i don't really feel like converting the source to another assembler :) (and then i'd choose ca65 =P)
2008-11-10 20:38
Ninja

Registered: Jan 2002
Posts: 418
:D

Well, as long as there is a new binary for all of us at the end of the day. Oh. and what WVL said! ;)
Previous - 1 | 2 | 3 - Next
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
St0rmfr0nt/Quantum
GuyGavin/HF
lodger
Dave/SIDNIFY
lotus_skylight
WVL/Xenon
Guests online: 169
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Codeboys & Endians  (9.7)
4 Mojo  (9.6)
5 Coma Light 13  (9.6)
6 Edge of Disgrace  (9.6)
7 Signal Carnival  (9.6)
8 Wonderland XIV  (9.5)
9 Uncensored  (9.5)
10 Comaland 100%  (9.5)
Top onefile Demos
1 Nine  (9.7)
2 Layers  (9.6)
3 Cubic Dream  (9.6)
4 Party Elk 2  (9.6)
5 Copper Booze  (9.5)
6 Scan and Spin  (9.5)
7 Onscreen 5k  (9.5)
8 Grey  (9.5)
9 Dawnfall V1.1  (9.5)
10 Rainbow Connection  (9.5)
Top Groups
1 Artline Designs  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Performers  (9.3)
5 Censor Design  (9.3)
Top Cover Designers
1 Duce  (9.8)
2 Electric  (9.8)
3 Junkie  (9.6)
4 The Elegance  (9.5)
5 Mermaid  (9.3)

Home - Disclaimer
Copyright © No Name 2001-2025
Page generated in: 0.04 sec.