Read a register (Solved)

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Read a register (Solved)

Post by Jan Lichtenbelt »

How can I place the content of a register into a variable. Say the Registername is REGABC and the variable TEMP.
I tried some liek:
FCV_TEMP= (regabc);

But REGABC was not recognised.

Kind regards

Jan Lichtenbelt

User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Re: Read a register

Post by Jan Lichtenbelt »

Sorry, this subject was answered elsewhere.

Jan

Post Reply