NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Support Forum » assembly language
August 22, 2013 by narmi |
i was wondering what applications would be more suitable for assem. language instead of C with an application example. |
---|---|
August 22, 2013 by Noter |
Here are some references for you: Programming in assembler for starters There are many more on the web, search on "AVR Assembler". |
August 22, 2013 by JimFrederickson |
I am not really sure what you mean by "more suitable"? But... Software Applications that are more likely to need Assembly Language Programming are
going to be applications that:
I, personally, am not that fond of Atmel's choices of mnemonics and structure of their
Assembly Language. I find that it doesn't flow very well in my thought process. That being said, there are times where it is helpful/necessary to be used but that is
not all that often. More-often-than-not Assembly Language is mostly used to "augment" specific portions There is not really much need to program an entire Software Application in Assembly There is, however; also just "pure passion"... (Software Applications/Functions that come to mind that "could" benefit from the |
August 24, 2013 by narmi |
i was trying to program my microcontroller and had the following error on my prolific usb com port "Windows cannot determine the settings for this device. Consult the documentation that came with this device and use the Resource tab to set the configuration. (Code 34)". i tried everything but cannot get it to work. my computer is a lenovo G560 series. i cant find any documentation on how to manually change settings. |
Please log in to post a reply.
Did you know that microcontrollers have two different kinds of memory, program space (flash) and SRAM? Learn more...
|