10-16-2007 08:28 AM
10-16-2007 08:37 AM - edited 10-16-2007 08:37 AM
I would recommend posting whatever sample code you have so far. You may be making this much more complicated than it really is.
What are your inputs? Are they strings with the characters B and 5? Is it a single string character of ASCII value hexB5? Is it a numeric integer? If it is an integer, what is its numeric representation I8, U8, I16, U16 ....?
If they are integers with a hex display setup, you would be able to directly OR them together.
 
@Ravi0709 wrote:
2) I have one more doubt but not related to above question........we can change the display(indicator) according to our requirements......like normal, hex, binary etc.....but how to make use of same changed radix no. in futher ckt........!!!!!!
What does "ckt" mean?  Remember, the format and precision just determine how the value is displayed.  And the radix is just a visual indicator of the format.  They still have the same value no matter how it is displayed.
Message Edited by Ravens Fan on 10-16-2007 09:38 AM
10-16-2007 08:41 AM
10-16-2007 08:46 AM
10-16-2007 08:55 AM
10-16-2007 09:40 AM