Re: [cc65]

From: David Schmidt <david1attglobal.net>
Date: 2011-12-11 22:59:52
On 12/11/2011 2:43 PM, Ullrich von Bassewitz wrote:
>> .P816
>>          xce
>>
> Works here:
>
> -----------------------------------------------------------------------------
> uz@trixie:~/src/cc65/src/ca65$ cat t.s
> .P816
>          xce
> uz@trixie:~/src/cc65/src/ca65$ ./ca65 -l t.lst t.s
> uz@trixie:~/src/cc65/src/ca65$ cat t.lst
> ca65 V2.13.9 - (C) Copyright 1998-2011 Ullrich von Bassewitz
> Main file   : t.s
> Current file: t.s
>
> 000000r 1               .P816
> 000000r 1  FB                   xce
> 000000r 1
> uz@trixie:~/src/cc65/src/ca65$ exit
> exit
> -----------------------------------------------------------------------------
>
> Maybe there's something weird with your source file. If you cannot get it
> running, please strip it, making it as short as possible. Then zip it to
> protect it against encoding errors in the mail client and send it to me in
> private mail.

That's literally all there is in the file.  As I mentioned, it works 
just fine on OSX; it seems to be particular to Windows (and I created 
the file using the Windows editor).  Here's a session on Windows where I 
see it work with the old assembler and the failure with the new:

Try #1 - V2.13.0:

C:\tmp\tmp>type t.s
.P816
    xce

C:\tmp\tmp>ca65 --version
ca65 V2.13.0 - (C) Copyright 1998-2005 Ullrich von Bassewitz
ca65.exe: No input files

C:\tmp\tmp>ca65 -l t.s

C:\tmp\tmp>type t.lst
ca65 V2.13.0 - (C) Copyright 1998-2005 Ullrich von Bassewitz
Main file   : t.s
Current file: t.s

000000r 1               .P816
000000r 1  FB              xce
000000r 1


try #2 - V2.13.9_20111208:

C:\tmp\tmp>ca65 --version
ca65 V2.13.9 - (C) Copyright 1998-2011 Ullrich von Bassewitz
ca65.exe: No input files

C:\tmp\tmp>ca65 -l t.lst t.s
t.s(2): Error: `:' expected

>> (I think my original query went into the bitbucket, so I'm trying this
>> from my Google mail address... apologies if it eventually appears
>> twice.)
>
> You can only post to the list using the subscribed address. All others will
> not work. This is sometimes inconvenient but protects the list against spam.

I understand and completely sympathize.  Sorry for the trouble.

- David
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sun Dec 11 23:00:06 2011

This archive was generated by hypermail 2.1.8 : 2011-12-11 23:00:09 CET