Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. randy61

    Storing contents of a register into variable of high-level language

    That's an interesting suggestion, though what I'm wondering is whether grabbing the data from the register can itself be done in the high level language. Since registers are in fixed locations, I'm wondering if there are specific addresses just to access the register file. The high level...
  2. randy61

    Storing contents of a register into variable of high-level language

    Is it possible to do the following in say, MIPS or X86 Assembly: Say I'm coding in a high-level language like java or c, and i've declared a temporary integer variable i. I want to set i to be equal to the value contained in some machine register, say $r1, whatever the value is. (I don't know...

Part and Inventory Search

Back
Top