Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 603 Bytes

assembly_programing

All programs I have done using assembly

  1. name.asm , a basic program which asks for user's name and outputs the name.

  2. variabledemo , a program which contains the basic data types(int,float,byte,int ar[]). Wrote this to check the control flow.

  3. Unconditionalbranching , program to understand the concept of jmp,call and return statements. Control flow check.

  4. Triangle , program to print a right angled trinagle.

  5. Fibinocci series till first 100 numbers.

  6. Finding the power of a number

  7. 0 - 100 all even numbers

  8. Compare two numbers and print the largest.