hi there,
i am an embedded software programmer.
i use c language for my programs but due to
a need i have to write a program for a divice in c++.
the problem is that i want to create an object that has a
variable that is automaticaly changed by the machine and i do
not want to set it all the time. the machine has a register for
that but no address in order to pass the address and not the value.
how can i do that?
any ideas?
thanks
That doesn't guarantee that a register will be used or which register will be used, nor does it do anything about interfacing with hardware that's communicating thru registers.