qa.hlp (Table of Contents; Topic list)
Index: C
   Help on Help  Contents  Index  DOS/BIOS Index  C Index
──────────────────────────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │AB│C│DEFGHIJ-KLMN-OP-QRSTUV-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  : (colon)          Overrides default segment
  @code              Represents segment name
  @CodeSize          Represents value of code size
  .CODE              Indicates start of code segment
  .CONST             Starts constant data segment
  CALL               Call procedure
  CATSTR             Concatenates strings
  CBW                Convert byte to word
  CLC                Clear carry flag
  CLD                Clear direction flag
  CLI                Clear interrupt flag
  CMC                Complement carry flag
  CMP                Compare two operands
  CMPS               Compare string
  CMPSB              Compare string (byte)
  CMPSW              Compare string (word)
  COMM               Creates communal variable
  COMMENT            Defines comment
  @Cpu               Indicates which instruction set enabled
  @CurSeg            Equates to name of current segment
  CWD                Convert word to double
                                    -♦-