Re: [Sdcc-user] Use of SDCC assembler's macros

2014-02-13 Thread Jacques Pelletier
Le 2014-02-13 05:21, Maarten Brock a écrit : > Hello Jacques, > > If you think this is still broken in the latest snapshot (get it here: > http://sdcc.sourceforge.net/snap.php ) then please file a bug report. > Leaving the question only in the mailing list will make it forgotten. > > Maarten I just

Re: [Sdcc-user] Use of SDCC assembler's macros

2014-02-13 Thread Maarten Brock
Hello Jacques, If you think this is still broken in the latest snapshot (get it here: http://sdcc.sourceforge.net/snap.php ) then please file a bug report. Leaving the question only in the mailing list will make it forgotten. Maarten > Le 2014-02-13 01:04, Jacques Pelletier a écrit : >> Hi, >>

Re: [Sdcc-user] Use of SDCC assembler's macros

2014-02-12 Thread Jacques Pelletier
Le 2014-02-13 01:04, Jacques Pelletier a écrit : > Hi, > > I'm trying to use the macros (.macro/.endm) in the SDCC assembler for > the Z80. However, it doesn't seem to work, and neither the latest > version of ASZ80 (5.06). > > For both, the macro is not expanded and give the same main.lst > > Here

Re: [Sdcc-user] Use of SDCC assembler's macros

2014-02-12 Thread Erik Petrich
On Thu, 13 Feb 2014, Jacques Pelletier wrote: > Hi, > > I'm trying to use the macros (.macro/.endm) in the SDCC assembler for > the Z80. However, it doesn't seem to work, and neither the latest > version of ASZ80 (5.06). > > For both, the macro is not expanded and give the same main.lst > > Here

[Sdcc-user] Use of SDCC assembler's macros

2014-02-12 Thread Jacques Pelletier
Hi, I'm trying to use the macros (.macro/.endm) in the SDCC assembler for the Z80. However, it doesn't seem to work, and neither the latest version of ASZ80 (5.06). For both, the macro is not expanded and give the same main.lst Here is the command I use: asz80 -glos main.asm (or) sda