Re: [cc65] contiki-1.1rc0

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2004-02-23 20:38:04
Hi!

On Mon, Feb 23, 2004 at 08:23:04PM +0100, Spiro Trikaliotis wrote:
> Ok, line 1185 consists of:
>
> .segment        "EXTZP", zeropage

The syntax of the segment directive has changed. Instead of 

	.segment "EXTZP", zeropage

the new syntax is now

	.segment "EXTZP" : zeropage

This is consistent with the usage of the address size modifier for procs:

	.proc	foo: far

I do usually try to have new versions compatible for at least a transition
time. In this case, sources using the address size modifier are very rare, so
a non backwards compatible change seemed ok.

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 Mon Feb 23 20:38:09 2004

This archive was generated by hypermail 2.1.8 : 2004-02-23 20:38:15 CET