Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 341 Bytes

rto_lte.md

File metadata and controls

12 lines (6 loc) · 341 Bytes

Asmc Macro Assembler Reference

operator <=

expression1 <= expression2

Is less than or equal to. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

See Also

Operators Reference