Comment on: Is embedded programming eventually just knowing the libraries built for your processor?
0 01 Feb 2016 13:08 u/bisaya in v/programmingComment on: Is embedded programming eventually just knowing the libraries built for your processor?
Find the spec sheet for the processor you're working on. It should give you their preferred assembly language. That's probably as low level as you can get without going into machine language. You want raw I/O, memory and processor access? I hope you have continuous paper and like tracing through multiple JMP calls. :)
Comment on: You Don't Have to Be Good at Math to Learn to Code
But it helps if you are
Generally yes. Usually, it's in the manufacturer's best interest to make their processor programmer friendly.