MC9S08DZ60A - Big endian

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MC9S08DZ60A - Big endian

3,031 Views
Sangram
Contributor I
Hello ,
     I  am using MC9S08DZ60A uc. I want to know is it little endian or big endian.
I know that by writting C prgram we can check it. But, right now I dont have compiler.
 So, help is greatly appreciated.
Regards
Sangram
 
 
 
 
 
 
 
 
 
P/N was added to the subject.


Message Edited by NLFSJ on 2007-07-26 06:08 AM
Labels (1)
0 Kudos
Reply
4 Replies

1,176 Views
tonyp
Senior Contributor II
Big Endian.
0 Kudos
Reply

1,176 Views
Sangram
Contributor I
Hello,
Is there any official document which explains these things.
   And thanks to you for your quick reply.
                                                                Regards
                                                             Sangram
0 Kudos
Reply

1,176 Views
tonyp
Senior Contributor II
In the 9S08 Reference Manual, even though it isn't explicitly mentioned, it is implied by the word sized register definitions (MSB in lower address, LSB in higher address), and also in the various CPU instruction details.  For example, the byte order of the push of the PC register on the stack during a JSR.


Message Edited by tonyp on 2007-07-27 12:40 PM
0 Kudos
Reply

1,176 Views
Alban
Senior Contributor II
Hello,

There are Two main format in the world.
Motorola which is now Freescale one.
Intel which is the opposite from Freescale.

Google is my friend:

AN2285: Data Movement between Big and Little Endian Devices


Cheers,
Alban.

0 Kudos
Reply