write a program to multily 3*3 matrix.
There are several methods available to sort numbers. A simple way to program sorting is the so-called "bubble-sort". This is inefficient for larger lists of numbers; in which case it is more convenient to use one of the faster algorithms, for example, "quick-sort".
2x21x11
fdsgfhgdfhgdf
program to find maximum of two numbers using pointers
How to write a program for mouse in microprocessor?
write it in 8085
fish
In Windows, use notepad.exe; in linux, use program xedit.
The question is malformed and incomprehensible.
write a program to multily 3*3 matrix.
Program: include "emu8086.inc" ORG 100h MOV AX, 0004H //Move 1st 16-bit number to AX. MOV BX, FFFEH //Move 2nd 16-bit number to BX. IMUL BX //Multiply BX with AX and the result will be in DX:AX. CALL PRINT_NUM //Print the result. RET //Return. DEFINE_PRINT_NUM //Declare function. END
int i=10, j=5, k; k=i*j; // k = 10 * 5 = 50
write program to concatenating two sting in 8086 assembly language
One many find this answer on YouTube. One also may find out how to write ascending order programs using an 8086 microprocessor by looking at the owners manual.
There are several methods available to sort numbers. A simple way to program sorting is the so-called "bubble-sort". This is inefficient for larger lists of numbers; in which case it is more convenient to use one of the faster algorithms, for example, "quick-sort".
write a lex program to delete space from the program