Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Pradeep Channagiri

  1. P

    [General] subtracting ascii's hex value in a 64 bit hex value

    i want to reverse the number by nibble wise.for example -i have unsigned long long int k=0x0000888804eaad0e; - I want to reverse it and need result in another long long int variable as- result=q=0x0000e0daae408888 , if the result is like below is also okay i,e- r=0xe0daae4088880000 , I...
  2. P

    [General] subtracting ascii's hex value in a 64 bit hex value

    Thank you so much ...It helped a lot .. :) It was very helpfull,there one more query,now i have subtracted result in a long long variable, long long int k=0x61626364. now i want to reverse the data in the variable k.that is ex- i want 'k' to be= 46362616. thank you in advance.... :) am very...
  3. P

    [General] subtracting ascii's hex value in a 64 bit hex value

    i have some ascii characters in a char variable.ex - char buf[100]="ab*(z&"; So each of the char in that char array will have some hex value.ex- *'s hex value is '2a'. And i have a long long int variable in which there is a 64 bit hex value. ex- long long int k=0x0000888888888888; Now i want to...

Part and Inventory Search

Back
Top