This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Another eVC3 ARM compiler bug


Another eVC3 ARM compiler bug

Postby ricklei » Apr 6, 2003 @ 1:01pm

ricklei
pm Member
 
Posts: 4
Joined: Mar 7, 2003 @ 6:39pm


Postby Sergey Chaban » Apr 6, 2003 @ 2:59pm

Generated code is correct.
One register is used for loop counter (r3) and another one is a write dest (r0 = p[i]).
The instruction you marked as buggy is a so-called post-indexed addressing - r0 is automagically incremented by #1 after write (*p++ = data).
Sergey Chaban
pm Member
 
Posts: 72
Joined: Nov 12, 2002 @ 1:45am


Postby ricklei » Apr 6, 2003 @ 3:22pm

Oops...Thanks for indicating that to me :oops:
ricklei
pm Member
 
Posts: 4
Joined: Mar 7, 2003 @ 6:39pm


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum