answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


Example of Password program code in assembly language?

How to write the program un Assembly language to set a password for personal computers?


How do you write a program in 8085?

Either in Assembly or in some high level language/the hex-code (for the mnemonics) that the microprocessor 8085 generally understands.


Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


Write an assembly language program to multiply two BCD numbers?

fish


Why high level language is slower then assembly language?

Programs written in a high level language might be slower than ones written in Assembly language; but it is not always so, it is very easy to write un-effective programs in Assembly.


What do you mean by assmembly language?

Assembly language is the lowest level of computer code, not including the actual machine language, which is directly processed by the hardware. It contains instructions specific to the hardware of your system. When you write a program in a higher level language like C, it is first translated into assembly language before the computer can execute it. Because it is so low-level, assembly language is extremely difficult to code in.


How would you define assembly language?

assembly language uses abbreviation called menmonics.it is a bit easier to write computer programs in assembly language as compared to machine language but still requires skill and experienci.A program called assembler is used to convert an assembly language into machine language.


Why do we use C language?

We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.


A program written in a high-level programming language is called?

the program written in high level language is called "source program"