SOUT                Set high an output line

Syntax                        

SOUT#n

Set OUT#n to high state (1)

 

Operandsn: output line number (0<=n<=39)

 

PlaceTMLOnline

Binary code

DescriptionSOUT#n instruction sets high (1 logic) the output line number n. In TML the I/O lines are numbered: #0 to #39. Each product has a specific number of inputs and outputs, therefore only a part of the 40 I/O lines is used. The I/O numbering is common for all the products; hence each product has its own list of available I/Os.

 

Example

SOUT#12;                //Set output line #12 to 1 (set high)