Re: [cc65] cc65 macros

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-06-19 14:11:08
Hi!

On Fri, Jun 18, 2004 at 11:50:27AM +0200, carlos wrote:
> .macro chendter
> CH_ENTER, 0
> .endmacro
>
> I like to use it like this:
> .byte "blabalabla",chendter

That is not possible. But you can do this:

        .macro  textline        arg
                .byte   arg, CH_ENTER, 0
        .endmacro

        testline        "blabalabla"

> i have the problem, that the listing is not generated, if there is an error
> in the code.
> is there a possibility to have a listing generated in every case, will the
> be the possibility in future?

That will need serious changes and is therefore not planned.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Jun 19 14:11:12 2004

This archive was generated by hypermail 2.1.8 : 2004-06-19 14:11:20 CEST