Re: [cc65] Hello and ca65 questions

From: Mats Andrén <matan3251student.liu.se>
Date: 2005-05-09 15:31:25
> which is not as bad as it looks on the first glance, since most expressions
> can be split into a variable part (that must be constant at the time of
> evaluation), and second part that may contain external and forward references.
> The example above would then read
> 
>         .import         bar
> 
>         foo     = 10
>                 .word   bar + foo
>         foo     = foo + 10
>                 .word   baz + foo
>         baz     = 3
> 
> Would that be acceptable?

That would be great!

...and certainly good enough

/Mats Andrén
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Mon May 9 15:34:26 2005

This archive was generated by hypermail 2.1.8 : 2005-05-09 15:34:28 CEST