if any customer wants to use her internet
banking facility, he must have to enter two different 8-bit pin codes one by one. Computer gets these two 8 bits
numbers, converts them into binary and performs addition on both of these numbers. If the result matches with the
code that is stored for this account, internet banking facility will be provided otherwise, the system will not allow the
use of internet banking.
Assume that you are system engineer and the designated bank has assigned you a task that if any customer wants to use her internet banking facility, he must have to enter two different 8-bit pin codes one by one. Computer gets these two 8 bits numbers, converts them into binary and performs addition on both of these numbers. If the result matches with the code that is stored for this account, internet banking facility will be provided otherwise, the system will not allow the use of internet banking.
write an Assembly language based program for MIPS Architecture based MARS simulator to find the Factorial of 10
The recorded temperatures in London during a period of 15 days was 18 degrees Celsius, 25 degrees Celsius,34 degrees Celsius,22 degrees Celsius,2 degrees Celsius, 43 degrees Celsius,30 degrees Celsius,20 degrees Celsius,08 degrees Celsius, 28 degrees Celsius, 24 degrees Celsius, 27 degrees Celsius, 40 degrees Celsius,29 degrees Celsius and 03 degrees Celsius. Write a program using MIPS to calculate the average temperature of the country during the month of December.
Write a program using a 2-Dimensional Array and display the value 20.
Write a program in assembly language to swap two variables.
Create an array of 150 items of type Word, leave the all the values uninitialized.
WRITE A PROGRAM ON EMU 8086
Create an array of 50 items of type Byte, assign value 50 to all of the Bytesin memory using Dup.
Write a program IN EMU 8086
Write a program that swaps two numbers if A > B.
AL = 10101111b BL = 00001010b TEST AL, BL; Status of FLAGS =?
Example: Determine whether a character is uppercase or lowercase.
Example: Checking a sign or value:
Example: Determine whether a number is even or odd.