Comment on: Places to go learn assembly?
You can learn assembly , but to truly understand it you should buy a kit with a dev board with limited memory and registers forcing you to think about the limitations of the hardware when you create your code.
Comment on: Employed programmers of Voat what's the best examples of coding challenges that you'll typically face during an interview.
Yeah, for someone who has taken half a dozen courses dealing with transistor level gate design it was pretty simple.
Comment on: Employed programmers of Voat what's the best examples of coding challenges that you'll typically face during an interview.
Not a typical programming job. But for a Embedded software engineer position (think Assembly and Hardware Description) I was asked to design a multiplexer with XNORS.
Someone new to assembly wouldn't know to do that. But i guess someone with C experience would.