Code: ; Program to check number is positive or not .MODEL SMALL .STACK 100H .DATA NUM DB -12H RES DB ? .CODE MO...
Read More
44 Program to add only even number in the array in 8086 Microprocessor
Code: ; Program to add only even number in the array .MODEL SMALL .STACK 100H .DATA SUM DB 0 ARR DB 10H,15H,12H,4H,7H...
Read More
Subscribe to:
Posts (Atom)