answersLogoWhite

0

What is an assembly languages in c?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

Forget it. Some compilers allow Assembly statements in C, but only for very special purposes (like OS kernels).

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What programming languages are operating systems written in?

C and Assembly.


What languages were there before c language?

Algol 60 assembly language b language c language


What is the level of assembly language?

Assembly languages are low level languages, sometimes also called machine-level languages.


What level language is c?

Hi, As we know, computer languages are mainly of three types: a) Low level languages b) High Level languages c) Hybrid languages As 'C' has all powers of first two types, i.e., you can program a system's BIOS using Assembly code in 'C' and could write general programs. So, its an hybrid language, a combination of both.


Correct sequence of programming languages from the most primitive to the most complex and powerful is?

Assembly C Fortran Python Ruby Java C++ LISP Haskell


How do you write assembly level language program in c?

Unless your particular C implementation allows for direct writing of assembly code, you can't. C is a high-level language and you usually cannot directly issue instructions to the processor. The assembly languages are a set of architecture-specific commands that can be directly executed by a processor.


In what language is firmware typically written?

Firmware is typically written in low-level programming languages such as C or assembly language.


Why c is called as middle level language?

Misunderstanding. There are no 'middle level languages', only low and high level languages. Machine code and assembly are the former, everything else is the latter.C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language. But actually it doesn't have any Assembly-like feature (whatever that means).


Which language is used to design operating systemwindows designed by which language?

Mostly operating systems are developed by assembly languages and C. Windows operationg system is developed by Visual C++


What programming languages does Linux support?

Linux supports virtually all programming languages, both compiled and interpreted, commonplace and esoteric. It would be impossible to list all of them, but a comprehensive list can be found below:Compiled languagesCC++C# (through the Mono and DotGNU projects)Assembly (multiple CPUs)Objective-CFortranPascalDHaskellInterpreted languagesBashBasic (several dialects)MATLABPerlPHPPythonRubySmalltalk


Is the C language machine dependent or not?

Machine-dependent (generally called "platform-dependent")


What language are virus written?

Viruses can be written in various programming languages, including C, C++, and assembly language. The choice of programming language depends on the complexity and functionality of the virus that the creator wants to achieve.