CrazyEngineers
  • Registers of processors

    grsalvi

    grsalvi

    @grsalvi-7IhIh1
    Updated: Oct 26, 2024
    Views: 1.0K
    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 ?
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • rahul69

    MemberOct 2, 2012

    I am not sure but I think these are same which are used in Assembly Programming viz. Accumulator, Base Register..etc.
    Are you sure? This action cannot be undone.
    Cancel
  • pratap singh, upendra

    MemberNov 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....
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register