Hi
I am not able to understand this code can somebody explain this to me

static inline void __SetA5__(UInt32 newValue)
{
        asm {
        MOVE.L  newValue, A5                                    // set
new value
        }
}

In this code I am getting a error like this
        tarter.cpp: In function `void __SetA4__(long unsigned int)':
Starter.cpp:78: parse error before `{'
-----------
static UInt32 GetA5(void) = 0x200D; ///* move.l a5,d0 */

Error is

Starter.cpp:55: function `UInt32 GetA5()' is initialized like a variable

BEE:
        Thanks for the hint on console I got it.

Regards,
Venkat.



Confidentiality Notice

The information contained in this electronic message and any attachments to 
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or 
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL 
PROTECTED] immediately
and destroy all copies of this message and any attachments.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to