AVRStudio Assembler
2005-01-16 by Dennis Kazar
Yahoo Groups archive
Index last updated: 2026-04-28 22:41 UTC
Thread
2005-01-16 by Dennis Kazar
2005-01-16 by John Samperi
At 05:05 AM 17/01/2005, you wrote:
>Am running v4.11 of studio and receiving assembler error message syntax
>error '<'
>What is this telling me since there are no "carot (<)" characters in the code?
>Thanks
You may want to select version 1 assembler as your default. Studio 4.11 uses
version 2 assembler as the default. I was getting some errors in my working
code. May be it is just a matter of using syntax that V2 assembler
understands.
Regards
John Samperi
******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email: samperi@ampertronics.com.au
Website http://www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
******************************************************2005-01-16 by Dennis Kazar
Ver.1 still gives me a syntax error, no indication of where it is and what it is, not even the '<' I got with V2. Thanks Dennis
----- Original Message ----- From: "John Samperi" <samperi@ampertronics.com.au> To: <AVR-Chat@yahoogroups.com> Sent: Sunday, January 16, 2005 4:29 PM Subject: Re: [AVR-Chat] AVRStudio Assembler > > At 05:05 AM 17/01/2005, you wrote: >>Am running v4.11 of studio and receiving assembler error message syntax >>error '<' >>What is this telling me since there are no "carot (<)" characters in the >>code? >>Thanks > > You may want to select version 1 assembler as your default. Studio 4.11 > uses > version 2 assembler as the default. I was getting some errors in my > working > code. May be it is just a matter of using syntax that V2 assembler > understands. > > Regards > > John Samperi > > ****************************************************** > Ampertronics Pty. Ltd. > 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA > Tel. (02) 9674-6495 Fax (02) 9674-8745 > Email: samperi@ampertronics.com.au > Website http://www.ampertronics.com.au > * Electronic Design * Custom Products * Contract Assembly > ****************************************************** > > > > > > Yahoo! Groups Links > > > > > > > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.302 / Virus Database: 265.6.13 - Release Date: 1/16/2005
2005-01-17 by John Samperi
At 10:01 AM 17/01/2005, you wrote:
>Ver.1 still gives me a syntax error, no indication of where it is and what
>it is, not even the '<' I got with V2.
You may then have some error.... BUT...I remember receiving an error
in a bit of code that worked before and also another line that is almost
identical the same syntax works...may be there is some bug with 4.11.
Regards
John Samperi
******************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495 Fax (02) 9674-8745
Email: samperi@ampertronics.com.au
Website http://www.ampertronics.com.au
* Electronic Design * Custom Products * Contract Assembly
******************************************************2005-01-17 by Dennis Kazar
Got it. You have to take the original asm file and do a "create new" or some such process I stumbled into. For the first time I was actually glad to see assembly errors that were marked. I guess, like doing an uninstall of the old studio before you do the new install you have to recreate the old asm file. Necessity is the mother of invention but frustration causes cigarette use. I've been out of the assembly code area for years and relearning. Have you checked out the ATmega168? A neat device just released. Thanks for the help D
----- Original Message ----- From: "John Samperi" <samperi@ampertronics.com.au> To: <AVR-Chat@yahoogroups.com> Sent: Sunday, January 16, 2005 8:03 PM Subject: Re: [AVR-Chat] AVRStudio Assembler > > At 10:01 AM 17/01/2005, you wrote: > >>Ver.1 still gives me a syntax error, no indication of where it is and what >>it is, not even the '<' I got with V2. > > You may then have some error.... BUT...I remember receiving an error > in a bit of code that worked before and also another line that is almost > identical the same syntax works...may be there is some bug with 4.11. > > Regards > > John Samperi > > ****************************************************** > Ampertronics Pty. Ltd. > 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA > Tel. (02) 9674-6495 Fax (02) 9674-8745 > Email: samperi@ampertronics.com.au > Website http://www.ampertronics.com.au > * Electronic Design * Custom Products * Contract Assembly > ****************************************************** > > > > > > Yahoo! Groups Links > > > > > > > > -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.302 / Virus Database: 265.6.13 - Release Date: 1/16/2005