Computer Science, asked by abhrajitsen8422, 1 year ago

Give some features of assembly language

Answers

Answered by bhanu7111
0
Assembly language is machine-dependent, which means they are architecture-dependent, and may also model-specific, e.g., x86 assembly is different from powerpc; and you probably can’t run floating point instructions before 486 since they are not inherently inside the die, and cannot run MMX/SSE/SSE2/SSE3//SSE4/SSE4.1/AVX/AVX … until the specific model introduce the new instructions. The result is, assembly language is not portable

Similar questions