◄Help on Help► ◄Contents► ◄Index► ◄DOS/BIOS Index► ◄C Index► ────────────────────────────────────────────────────────────────────────────── ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │A│B│C│D│E│F│G│H│I│J-K│L│M│N-O│P-Q│R│S│T│U│V-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 -♦-