|
|
|
|
|
by Existenceblinks
2415 days ago
|
|
Maybe it's power of simplicity. When I coded 8086 assembly program, it's less likely to have bugs. There are just a few registers to use, most things are next to bare metal. Like what could go wrong moving hex around if we know exactly what we are doing. |
|
I might have a rudimentary understanding of electronics and digital design and could write Assembly and kind of understand the full toolchain from A to Z, but on a modern computer (hardware, BIOS, OS, programming language...etc) there is no hope.
Everything is a trade-off. If I had to write code for a probe today I would opt for the absolute simplest hardware and software so there is a lot less room for error.