SMAC
LAC-26 Technical Reference Manual
4/29/2013 42
Command:
ICn
-- If Bit 'n' of Accumulator is Clear (0) --
Argument:
0 <= n <= 31
If bit
'n'
of
the
accumulator
is
clear
(equals 0),
command
execution
will
continue;
otherwise,
the
next two commands in the command line or the macro will be skipped.
Command:
IEn
-- If Accumulator Equal to 'n' --
Argument:
-2,147,483,647 <= n <= 2,147,483,647
If the
accumulator
is
equal
to
the value
'n',
command
execution
will
continue;
otherwise,
the next two commands in the command line or the macro will be skipped.
Related Commands: IU
Command:
IFn
-- If I/O Channel is "Off" --
Argument:
0 <= n <= 63
If the
I/O
channel
specified
by
'n' is
in
the
"off"
state,
command
execution
will
continue;
otherwise, the next two commands in the command line or the macro will be skipped.
Related Commands: CF, CN, IN
Command:
IGn
-- If Accumulator is ">" 'n' (Signed) --
Argument:
-2,147,483,647 <= n <= 2,147,483,647
If
the
contents
of
the
accumulator
is
greater
than
(signed
comparison)
the
value
'n',
command execution will continue; otherwise, the next two commands
in
the
command
line
or
the
macro will be skipped.
Command:
INn
-- If I/O Channel is "On" --
Argument:
0 <= n <= 63
If the
I/O
channel
specified
by
'n' is
in
the
"on"
state,
command
execution
will
continue;
otherwise, the next two commands in the command line or the macro will be skipped.
Related Commands: CF, CN, IF