Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 220 Bytes

File metadata and controls

10 lines (8 loc) · 220 Bytes

Basic Assembly Programs

  1. Hello World
  2. Loop trial

Tasks

  1. Find if an input is prime or not
  2. Print the nth Fibonacci Number
  3. Find the factorial of a given number
  4. Recursive function call to find factorial