Hello
Here I would use standard Evaluation & Substitutions feature from TCL.
For example to store the value of a register named d3, I would use following notation
set temp [reg d3]
Check following Tutorial for more information on standard TCL language.
http://www.tcl.tk/man/tcl/tutorial/tcltutorial.html
CodeWarrior manual only list the CodeWarrior specific TCL commands. For information on standard TCL commands and features, please refer to www.tcl.tk.
There are a couple of other location on the web where you can find more info on TCL language.
CrasyCat