mixing C and assembly




Are there any situations where programming an embedded processor
"requires" at least some assembly code?

How about for AVR, MSP430, 68HC11, 8051(Atmel)?
Can these 4 microcontrollers be programmed fully in C without touching
assembly (even interrupts and etc.)?
.



Relevant Pages

  • Re: edit box population in a dialog box
    ... A desire to learn assembly code is one thing, but trying to justify assembly code as being ... Windows doesn't have the equivalent of ksh. ... There are few programming languages ... more horrific, badly-designed, and destructively idiosyncratic than the various Unix shell ...
    (microsoft.public.win32.programmer.gdi)
  • Re: The Advantage of Macros
    ... and racial (programming language) attributes. ... Some people are pretty good at writing portable code. ... assembly code to see some prime examples. ...
    (alt.lang.asm)
  • Re: edit box population in a dialog box
    ... There is a cult about programming Windows in assembly code; it is precisely that, ... I would use WM_GETTEXT and strip leading and trailing spaces off to make sure I had ...
    (microsoft.public.win32.programmer.gdi)
  • Re: New Assembly Book
    ... > The Assembly Programming Master Book by Vlad Pirogov and Julie Laing. ... > Aiming to prove that writing programs for Windows in the Assembly language ... > shows how Assembly code is actually more compact and executes faster. ... > justification demonstrated in this guide for using Assembly code. ...
    (alt.lang.asm)
  • Re: mixing C and assembly
    ... Are there any situations where programming an embedded processor ... "requires" at least some assembly code? ... initialization code, possibly some interrupt preamble code, OS task ... understanding the instruction set (and ...
    (comp.arch.embedded)