DGCP3 / Intro-to-assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSC 236 Computer Organization and Assembly Language for Computer Science

  1. Program that accepts a number and displays its successor and predecessor

  2. Program that accepts two numbers and displays their sum, difference and product.

  3. Program that accepts a character and checks if the character is an upper case or lower case character and displays ‘U’ for upper case and ‘L’ for lower case.

  4. Program that accepts two numbers and displays the largest.

  5. program that displays the English letters with even ASCII values using loop. That’s B, D, F, H, J... .

About


Languages

Language:Assembly 100.0%