Iqra University Computer Organization and Assembly Language Assignment 1.
# take 4 numbers input
# then perform multiplication
# and addition between each other
.data
msgEnterN: .asciiz "Enter N"
msgAnswer1: .asciiz "\nMultiply: "
msgAnswer2: .asciiz "\nAdd: "
msgAnswer3: .asciiz "\nAverage: "
No comments:
Post a Comment