question clarity
Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.
Meta-assembler is a program that accepts the syntactic and semantic description of an assembly language, and generates an assembler for that language.
write an assembly language program to find sum of N numbers
It doesn't matter what language the external program or function was written in since all executables must be converted to machine code. To execute an external function, that function must reside in a library to which your program is linked and you must know the prototype of the function you intend to call. This is usually found in the library header file which can simply be included in your program. You can then call the external function just as you would an internal function. To execute a specific function in another program, however, you must use the command line interface for that program.
A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.
fish
In Windows, use notepad.exe; in linux, use program xedit.
Which microprocessor accepts the program written for 8086 without any changes?
Yes And even in the same program!
Every C program must have a function, named main(), which is where the program starts execution. If there is no function main(), the computer does not know where to start running the program. The function main() must also do something; if it is just empty, some smarter compilers will note that there is nothing for the program to do, and will give this sort of error message to indicate that you forgot to tell the program what to do.
LIPS a functional language is one in which computations are made primarily by applying function to given program
A compiler is actually a program. However the function of a compiler it to take a programmers high level language code and render this as binary machine language instructions that a specific processor can execute.