assembly language

t06afre

Joined May 11, 2009
5,934
Hi assembler is a language that is very close related to processor used and its instruction set. It is really not standardized like C. So you can not swap assemble code between different processors. If you tell us which processor family you plan use. We may come up with some suggestions.
 

MCrowe

Joined May 29, 2011
69
Yeah. I still use assembly. Haven't got around to jumping to C. Maybe one day, but for now assembly is easier to learn I think as all the instructions do exactly what they say. But as my programs get more advanced I might have to move on. That being said I can't really recommend any good references. I got a basic understanding from uni, and once you have the basics the manual for Pics is enough to find out the instructions you have to work with and what they do.
 
Top