Validity: Rule, Task
This variable contains the step (instruction) being executed in the given task.
Syntax |
sc (I32 idx) |
---|---|
idx |
Task number (1-:-8) |
Attributes |
Read only |
Example
; the step being executed in task 1 is stored in r(201) r(201) = sc(1) |