How to form a DWord

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

How to form a DWord

Jump to solution
1,024 Views
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:

Labels (1)
0 Kudos
1 Solution
2 Replies
394 Views
Lundin
Senior Contributor IV
0 Kudos
393 Views
Jieyi
Contributor I

Hi ,

 

Thanks for your guidance..

 

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

 

:smileyhappy:

0 Kudos