[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments
From: |
HutchinsonAndy |
Subject: |
Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments |
Date: |
Mon, 28 Feb 2005 13:14:43 -0500 |
The suggestion of having full 'AVR' bug list is a great idea. It is not easy to
find them on bugzilla.
Going back to the 16 bit assignments, I will look at implications going
forward. I wish to investigate a clean up of all the 'moves' done with some
additional optimisations.
Essentially using a loop and moving stuff a byte/word at a time regardless of
mode (i.e. size of operand). There are very awkward situation created with
overlaps and addressing modes (pre-dec, post-inc). However, it might be I could
accomodate it.
So it on my "MAYBE TODO" list.
__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register
Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
- [avr-gcc-list] Old bug - ordering of 16 bit assignments, Brian Dean, 2005/02/26
- [avr-gcc-list] Re: Old bug - ordering of 16 bit assignments, Brian Dean, 2005/02/26
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, Joerg Wunsch, 2005/02/27
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, Andy Hutchinson, 2005/02/27
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, Bob Paddock, 2005/02/28
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, E. Weddington, 2005/02/28
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, David Gay, 2005/02/28
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, E. Weddington, 2005/02/28
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments, Brian Dean, 2005/02/28
- Re: [avr-gcc-list] Old bug - ordering of 16 bit assignments,
HutchinsonAndy <=