| |||
Home > CMM-style commands supported by the debugger > General syntax and usage of CMM-style commands > Using expressions |
Some commands accept expressions. In an expression you can access the content of registers and variables by using a function-like notation, for example:
print "The result of my expression is: " v.value(myVar)+4+r(R0)
where v.value()
can be used to access the
content of a variable and r()
can be used to
access the content of a register.