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 this info is helpful for you to understand my problem and if possible help me with the code.
PiV
I am using gcc compiler for Linux Red Hat 8.0
I hope this info is helpful for you to understand my problem and if possible help me with the code.
PiV