CrazyEngineers
  • C or Assembly language?

    sumitatmcoe

    Member

    Updated: Oct 26, 2024
    Views: 1.0K
    In Embedded Industry , C programming is used or Assembly language programming?
    I am weak in assembly language but think better about C.
    How much is important to work on assembly language?
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • rinoobp

    MemberMar 13, 2010

    C Programming Language is a powerful Language which can access the H/W directly through Assembly language or through built in functions (Library functions).
    If you wanna embed assembly code in C, You jest use the keyword asm.
    eg:-

    if you wanna display Mouse in user screen on run time try this in your program.....

    asm mov ax,1
    asm int 0x33
    Are you sure? This action cannot be undone.
    Cancel
  • madangopal99

    MemberMar 14, 2010

    'C' is the best programming language for Embedded system. Try to use as may as libraries to make your code simple. The latest compliers produce very optimized code for 'C' program. Since lots of new microcontrollers and 32 bit microcontrollers are becoming as cheap as 8 bit microcontroller it is wise to use 'C' language program than the assembly language program.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register