Question: Write an mips assembly language program in Mars assembler to input basic salary of an employee and calculate its Gross salary according to following: Basic
Write an mips assembly language program in Mars assembler to input basic salary of an employee and calculate its Gross salary according to following: Basic Salary <= 50000: No deduction Basic Salary <= 100000 & >= 50001 : Tax= 8%, Fund=5% Basic Salary <= 200000 & >= 100001 : Tax= 15%, Fund= 12% Basic Salary > 200000 : Tax=21%, Fund= 18%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
