The decr instruction decreases a value.
Synopsis
decr(type.dst,type.src)
Description
The decr instruction decrements the type.dst value by the type.src value.
Example
The following example decreases r.3 by the value defined by NSTKS.
decr(r.3,NSTKS)