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.
It might help to know why you need to fiddle with the processor's registers directly. There are very, very few occasions where it is useful to do this in C (or any other high-level language) and you need to know how C is using the registers. If you change values in some of them (most obviously ss, ds, bp, sp) things will go very wrong.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.