qa.hlp (Table of Contents; Topic list)
Index: S
   Help on Help  Contents  Index  DOS/BIOS Index  C Index
──────────────────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJ-KLMN-OP-QR│S│TUV-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  ; (semicolon)      Treats following text as comment
  ;; (semicolons)    Treats following text as unlisted comment
  / (slash)          Returns quotient of two expressions
  .SALL              Suppresses listing macro statements
  .SEQ               Orders segments sequentially
  .SFCOND            Suppresses listing false conditional statements
  .STACK             Indicates start of stack segment
  .STARTUP           Generates correct start-up code for model
  SAHF               Store AH into flags
  SAL                Shift arithmetic left
  SAR                Shift arithmetic right
  SBB                Subtract with borrow
  SCAS               Scan string flags
  SCASB              Scan string flags (byte)
  SCASW              Scan string flags (word)
  SEG                Returns segment of expression
  SEGMENT            Defines program segment
  SHL                Shifts bits of expression left
  SHL                Shift left instruction
  SHORT              Sets label type to short
  SHR                Shifts bits of expression right
  SHR                Shift right instruction
  SIZE               Returns number of bytes allocated for variable
  SIZESTR            Returns length of string
  STC                Set carry flag
  STD                Set direction flag
  STI                Set interrupt flag
  STOS               Store string data
  STOSB              Store string data (byte)
  STOSW              Store string data (word)
  STRUC              Declares structure type
  SUB                Subtract
  SUBSTR             Returns substring
  SUBTTL             Defines listing subtitle
                                    -♦-