Debug Tutorial: How to Modify Data

Command syntax:
set [ context ] variable[ ,count ] = expression
set [ context ] [ size_switch ] address[ ,count ] = expression
set [ context ] [ size_switch ] -register_name = expression

It may be useful to modify a data item during runtime and continue execution to see what happens, thus avoiding a re-compilation.


Examples:

(all) > assign i = 5
(all) > assign carry[0]='A'
(all) > assign(2..3) arry,4=100
(all) > assign f1=3.3333

Intel Tutorial Notes Previous -- Next
Acknowledgement and Disclaimer