syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
hi all
I need to concatenate memory locations where data is in 'short' format, while I need to concatenate them to 64-bit (i.e. long formate) such that adjacent 16-bit data concatenate, i.e. if data is
c6, 23, 12, F2 => (then it becomes) c62312F2
please see the image below...
I have tried few things but couldnot succeed
I will be thankful
Bests,
Shan
I need to concatenate memory locations where data is in 'short' format, while I need to concatenate them to 64-bit (i.e. long formate) such that adjacent 16-bit data concatenate, i.e. if data is
c6, 23, 12, F2 => (then it becomes) c62312F2
please see the image below...
I have tried few things but couldnot succeed
I will be thankful
Bests,
Shan