MC9S08DZ60A - Big endian

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MC9S08DZ60A - Big endian

3,014 次查看
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
标签 (1)
0 项奖励
回复
4 回复数

1,159 次查看
tonyp
Senior Contributor II
Big Endian.
0 项奖励
回复

1,159 次查看
Sangram
Contributor I
Hello,
Is there any official document which explains these things.
   And thanks to you for your quick reply.
                                                                Regards
                                                             Sangram
0 项奖励
回复

1,159 次查看
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 项奖励
回复

1,159 次查看
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 项奖励
回复