BREAK
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = This statement will break the simulator/debugger. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"...")
(Created page with "= <span class="f_Header">Action</span> = This statement will break the simulator/debugger. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"...")
Latest revision as of 10:23, 24 August 2013
Contents |
Action
This statement will break the simulator/debugger.
Syntax
BREAK
Remarks
A number of new processors support the BREAK instruction. The break instruction will break execution of the simulator. This is support by the BASCOM simulator but also by Atmels Studio.
Processors that do not support the BREAK instruction interpret the BREAK instruction as a NOP (no operation). So it is safe to use on all processors.
The BREAK instruction uses 1 cycle just like the ASM NOP instruction.
See also
NONE
Example
NONE
Languages | English |
---|