Re: [stella] Source code not resolvable

Subject: Re: [stella] Source code not resolvable
From: "Andrew Davie" <adavie@xxxxxxxxxxxxx>
Date: Wed, 7 Mar 2001 00:15:58 +1100
You have a difference in 'case' in your label "Start" vs. "START".
After I fixed this, it assembled OK.
Cheers
A
--
 _  _  _| _ _        _| _    * _                               _  ,
(_|| )(_|( (/_\/\/  (_|(_|\/(_(/_                           ,~' L_|\
                                                         ,-'        \
see my Museum of Soviet Calculators at                  (            \
http://www.taswegian.com/MOSCOW/soviet.html              \    __     /
                                                          L,~'  "\__/
                                                              @--> v

----- Original Message -----
From: "Ruffin Bailey" <rufbo@xxxxxxxxxxxxx>
To: <stella@xxxxxxxxxxx>
Sent: Tuesday, March 06, 2001 11:59 PM
Subject: [stella] Source code not resolvable


> I managed to catch some of my code I couldn't find on my hard drive at The
> Dig and quickly *groan in advance* "dug in".  And I quickly hit some
errors:
>
> D:\Stella\DASM212>dasm dismiss.asm -f3 -v2 -omiss.bin
> DASM V2.12.04, high level Macro Assembler
> (C)Copyright 1988 by Matthew Dillon, All Rights Reserved
> Improvements (C)Copyright 1995 by Olaf 'Rhialto' Seibert, All Rights
Reserved
> Include: dismiss.asm
>
> END OF PASS: 1
> Segment---     init-pc  init-rpc finl-pc  finl-rpc
>        code     f000     ????     1000     ????
> Reasons:   28,  16   Reasoncode: 00002005
> Include: dismiss.asm
>
> END OF PASS: 2
> Segment---     init-pc  init-rpc finl-pc  finl-rpc
>        code     f000     ????     1000     ????
> Reasons:    2,   2   Reasoncode: 00000004
> Include: dismiss.asm
>
> END OF PASS: 3
> Segment---     init-pc  init-rpc finl-pc  finl-rpc
>        code     f000     ????     1000     ????
> Reasons:    2,   2   Reasoncode: 00000004
> Error: source is not resolvable.
>
> D:\Stella\DASM212>
>
>
> I eyeballed the code, and can't see where I went wrong.  I'm pretty sure
> this code worked as-is when I was on my Mac back in the day.  Pretty
simple
> stuff -- just moving a two scan missle around the screen.  Seems like I've
> had similar trouble before and it was just a formatting thing, but I can't
> figure out what (I moved the "processor 6502" line all over all ready and
> replaced it with the same from nbcombat (which compiles) as well).
>
> Any help would be appreciated and would help keep me from making Homer
> something something.
>
> Thanks!
>
> Ruffin Bailey


-
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/

Current Thread