Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Piv
  • Order by date
  1. Piv

    help again with Registers II

    I have to have access to Registers using C because I was asked to do two function similar to setjmp/longjmp (for no local jmps) So I need to keep a copy of the registers when setjmp is called and then to restore them when longjmp is called. I am using gcc compiler for Linux Red Hat 8.0 I hope...
  2. Piv

    help again with Registers

    How can I do to work with assembler and C??? I need to have access to the contents of Registers and save them. Please answer me with a written code on how to do this.
  3. Piv

    Registers

    My problem is that I don´t know how to get the infomation saved in registers(eax,ebx,ecx,edx,esi,edi,ebp,esp,etc) that can be easily manipulated in assembler. My question is how you can do this using C??? Thanks, PiV
  4. Piv

    functions setjmp/longjmp

    HI! I was asked to create two functions similar to setjmp/longjmp, but setjmp has to keep a record not only of the state of registers, but also: a)the state of the signals in that moment b)the moment setjmp is called (with a timer) c)the state of the floating point coprocessor Longjmp has to...
  5. Piv

    Norstar MICS Software Version Features

    Is there anywhere that lists the versions of MICS software and the new features/fixes each version contains? TIA, -T

Part and Inventory Search

Back
Top