Registers of processors

grsalvi

grsalvi

@grsalvi-7IhIh1 Oct 26, 2024
We can see what is happening in processor registers in the turbo c and visual c++.
Right?
I want to know which registers are they ??? Their names and how processor uses them ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • rahul69

    rahul69

    @rahul69-97fAOs Oct 2, 2012

    I am not sure but I think these are same which are used in Assembly Programming viz. Accumulator, Base Register..etc.
  • pratap singh, upendra

    pratap singh, upendra

    @pratap-singh-6xlmve Nov 30, 2012

    actually the registers that you talk about are specific to the processor that is being used along with its internal architecture.

    also remember that it might be possible that you might not be able to monitor some of the registers which in this case are called as internal registers. they have got special utility as governed by the microprocessor architecture. Also it's not that you can access these registers only in the turbo c environment etc.

    the best way to learn about the working, usage, design, implementation of these registers is to get the manual of the processor that you are using and use it to find the answers to your question. The information contained in these manuals is complete and absolute; more-ever they do not vary with a change in application program, operating system etc.

    hope it will help....