+ 3
Any assembly language fans here?
Does anyone use/used assembly language for work or projects?
4 Respostas
+ 5
I used... it was at 8bits ages:
I loved it, and it was my real learn of code basics ( no objects or all that kind of stuff, just fundamentals, and minimalistic ), but high level languages are useful, productive and so sexy :P
+ 2
I work for programming microcontrollers but no match.
+ 2
I love it but I know nearly nothing of it :(
+ 1
Wow! last two times I programmed in assembly was on a VAX VMS system and for an Intel 8088 microprocessor (both were school electives)
Rules to remember: understand your architecture, know what your endianness is, and finally, RTFM (if you have one)!
Everything else takes care of itself.