answersLogoWhite

0


Best Answer

Certainly not, typical Assembly languages are entirely platform-specific.

Some modern Assembly languages, however, are platform independent. Those languages apply not to a particular physical processor or family of processors, but apply to a virtual processor. MSIL, the Microsoft intermediate language, which is at the very core of the .NET system, is such an assembly language.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Yes. The machine instructions are entirely dependent upon the architecture and must be modified when porting the code to other architectures.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is assembly language a platform specific language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What assembly language is the best for making an OS?

The native Assembly language of the given platform. For example it would be stupid to write anything in Motorola 68000 Assembly for Intel x86 platform: it wouldn't work.


What is a platform dependent language?

There is no such thing as a platform-free programming language. The correct term is platform-independent language. It simply means that the same source code can be compiled or interpreted upon any platform; the code is not machine-dependent.


Is the assembly language for x86 processors the same as those for computer systems such as the Vax or Motorola 68x00?

No. Each assembly language is based on either a processor family or a specific computer. Different. Each assembly language is based on a series of processors or specific machines.


Why you use assembler?

Assemblers are used to convert a specific assembly language into bytecode.


Why use assembler?

Assemblers are used to convert a specific assembly language into bytecode.


Why is assembly language regarded a as low level language?

ASM or Assembly Language is the lowest level of software programming. It uses alphabetic codes to represent processor instructions. ASM is processor specific. It compiles directly to "machine language".


What are the softwares of the first generation of computers?

generally application specific code written in assembly language.


How do you do a 3D character like A using c plus plus 2010?

C++ is a generic, cross-platform programming language, while 3D graphics are platform-specific. To draw graphics of any kind you need a low-level API and library specific to your platform and hardware.


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 called the collection of commands that a specific CPU executes?

machine code instruction set or assembly language


What are the drawbacks of assembly level language?

The assembly language does not support object oriented program so they change to c and c++ the c++ will support object oriented program this are the demerits of assembly language.


What computer language uses mnemonic names?

Assembly Language