How to form a DWord

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

How to form a DWord

跳至解决方案
1,040 次查看
Jieyi
Contributor I

Hi,

 

I would like to know how can i form a dword that consist of 8 HEX digits.

 

my final goal is to get super = 0x12345678

 

My coding as below

#define CH_HI 0x12#define CH_LO 0x34#define DA_LO 0x56#define DA_LO 0x78dword super;

 

Hope someone will help me out.

 

Thanksss.. :smileyhappy:

标签 (1)
0 项奖励
1 解答
409 次查看
Lundin
Senior Contributor IV
0 项奖励
2 回复数
410 次查看
Lundin
Senior Contributor IV
0 项奖励
409 次查看
Jieyi
Contributor I

Hi ,

 

Thanks for your guidance..

 

I use '|' to form the word which i wanted..

 

:smileyhappy:

0 项奖励