answersLogoWhite

0


Best Answer

labels

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is not an instruction for the assembly of a language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is dec an instruction for the assembly language?

yes


What is an absolute instruction?

An absolute instruction is an assembly language instruction using only absolute addresses.


What is an instruction in assembly language?

An instruction is the lowest level of commands which can be issued to a processor.


Assembly language to machine language translation is?

Assembly language to machine code translation is a "one to one" translation process, as every individual instruction expressed in the assembly language corresponds to exactly one machine instruction. Note this does not hold for pseudo instructions or expanding macros, which are supported by some assemblers.


Is jne An instruction for the assembly language?

Yes. JNE is the Jump Not Equal instruction and all assembly languages support it.


What is the nemonic of Microsoft?

in assembly language machine language instruction are replaced by English like words these words are called mnemonic


Why is assembly language considered easier for humans to program than machine language?

Assembly is signficantly shorter and easier to remember than the equivilant machine instructions. Assembly instructions are human readable characters, for which a direct translation exists to the binary machine code instructions. Pseudo example: add <- assembly instruction 1010101010 <- machine instruction


What is called the collection of commands that a specific CPU executes?

machine code instruction set or assembly language


What is odh and 0ah instruction in assembly programming language?

0dh is for the ENTER KEY and the 0ah is for the NEW LINE


What is assemble in computer programming?

Assembly (not assemble) is the process by which low-level instruction code written in assembly language is converted into machine code. This is achieved using a piece of software called an assembler. Assembly language is a machine-specific language thus the resultant machine code is non-portable.


What is an assembly language?

an assembly language is a computer-oriented language with instruction that are in one-to-one correspondence with machine instruction. In assembly language a symbol is used for each machine instruction, which is subsequently translated into machine language.


What is ORG in assembly language programming?

ORG is an assembler directive that sets the address of the next generated instruction or data byte.