All programs I have done using assembly
-
name.asm , a basic program which asks for user's name and outputs the name.
-
variabledemo , a program which contains the basic data types(int,float,byte,int ar[]). Wrote this to check the control flow.
-
Unconditionalbranching , program to understand the concept of jmp,call and return statements. Control flow check.
-
Triangle , program to print a right angled trinagle.
-
Fibinocci series till first 100 numbers.
-
Finding the power of a number
-
0 - 100 all even numbers
-
Compare two numbers and print the largest.