Paul, > Assuming you align your array on a 256-byte boundary, we can drop one > instruction: you mean like ;- .ORG 0x0200 <data><data>.... Rather than;- .ORG 0x0201 <data><data>..... That shouldn't be too hard, I just need to make sure its above the are where the code is. Cheers Paul
Message
Re: [AVR-Chat] Reading from flash in Assembly
2004-12-01 by Paul Maddox