Re: [cc65] Can ca65 be told to accept multiple instructions on the same line?

From: Daniel Pralle <dpralle1gmx.de>
Date: 2010-06-10 17:52:17
I am not sure. However, for stuff like that I have written small macros 
like:

.macro          movei   value,adr
                 lda     #value
                 sta     adr
.endmacro



Well, the first lines should give the answer:

http://www.cc65.org/doc/ca65-4.html#ss4.1

Its a "No!" AFAIK



On 06/10/2010 03:53 PM, Lars Haugseth wrote:
> The subject pretty much says it all: is there some way to get ca65 to
> parse more than a single assembly instruction on the same line, like
> this for example?
>
> lda (Foo),y : sta (Bar),y : iny
>
> I have lots of old sources like this (from when I used xa65), and find
> it quicker to read than one instruction per line in certain cases.
>
> Regards,
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Thu Jun 10 17:52:25 2010

This archive was generated by hypermail 2.1.8 : 2010-06-10 17:52:28 CEST