Download Print this page

Intel EV80Cl96KB User Manual page 34

Microcontroller evaluation board

Advertisement

-360
EV80C196KB Microcontroller Evaluation Board User's Manual
The iECM-96 commands which implement step operations are:
STEP
STEP <count>
STEP FROM <code-addr>
STEP FROM <code-addr>
<count>
ss
SS <count>
SS FROM <code-addr>
SS FROM <code-addr>
<count>
Aside from the style of the actual step operation, the SS and STEP commands
beha\ie the same. They will be described together and will be called single-step-
ping.
{STEP 1 SS}
This command single-steps one time.
{STEP 1 SS } <count>
This command single-steps <count> times.
{ STEP 1 SS } FROM <code-addr>
This command loads the user's pc (PC) with <code-addr>
and then single-steps
one time.
{ STEP 1 SS } FROM <code-addr>
<count>
This command loads the user's pc (PC) with <code-addr>
and then single-steps
<count> times.

Advertisement

loading