This document contains solutions to 12 questions related to assembly language programming and flow control instructions. The questions cover a range of topics including IF-THEN-ELSE logic, loops, arithmetic operations, character input/output, and string manipulation. Detailed assembly code solutions are provided for each question involving decision structures, loops, arithmetic sequences, reading/displaying characters, and finding the longest consecutive alphabetically increasing substring in a string.