SET


SETs are like EQUates also constant symbols in the sense that their values are defined during the assembly process. These symbols are normally used in macros.

KINKYCOUNT     SET  2

KINKYCOUNT     SET  DONUT_ISGOOD+KINKYCOUNT

Note that a colon (:) following the label-name is not allowed. SETs can be exported and imported but the result is undefined and might change in a later release. Alternatively you can use = as a synonym for SET.

See also:



Last updated 21 June 1997 by Carsten Sorensen