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 headcrash

  1. H

    how to read the binary value of a floating point ?

    In C language : char i1,i2,i3,i4,*ptr; float i; // i:single in pascal ptr=(char * ) &i; i1=*ptr; i2=*(ptr+1) i3=*(ptr+2) i4=*(ptr+3)
  2. H

    help: Reverse engineering a DLL file

    ida packed dll Hi ! Try Soft-Ice for tracing & debuging... IDA doesn't always help to understand code ( for example packed executable etc ), but IDA is GREAT TOOL! Must have :))) Good luck
  3. H

    REQ: Looking 4 MIPS Assembly books !

    I'm looking for : The MIPS Programmer's Handbook Authors Farquhar and Bunce, Publisher Morgan Kaufmann If U're intrested I have See MIPS Run ,Author Dominic Sweetman, Publisher Morgan Kaufmann.. If anybody can help me ,please e-mail me: vetkom@hotbox.ru Best regurds !

Part and Inventory Search

Back
Top