--- In [email protected], "Sharma, Hans Raj \(London\)" <hansraj_sha...@...> wrote: > Can we get address of [CPU registers]? How?
That would depend on the CPU, but I can't recall a system where registers had addresses since days of yore. Observe that the C language standard does not allow you to take the address of register storage class objects. -- Peter
