Explore >> Select a destination


You are here

blog.fahhem.com
| | mikecoats.com
2.5 parsecs away

Travel
| | This time we're creating a basic embedded project in Rust that prints "Hello, world!" over the debug interface.
| | craigjb.com
2.5 parsecs away

Travel
| | Adventures in hardware hacking, low-level software, FPGAs, and more!
| | 8051enthusiast.github.io
3.8 parsecs away

Travel
| | [AI summary] A technical deep-dive into the embedded controller firmware of a Lenovo laptop, covering its history, hardware layout, reverse engineering of 8051 code, and custom code execution.
| | blog.stephenmarz.com
30.5 parsecs away

Travel
| [AI summary] The text provides an in-depth explanation of how C programs are compiled into assembly and machine code, focusing on various aspects such as data types, memory sections, control structures, and the role of the compiler in making decisions about load/store operations and shifts. It covers topics like data type conversions, padding in structures, global variables, and branch instructions for conditions and loops. The text also mentions the importance of understanding assembly for learning how compilers work and the use of tools like objdump for analyzing compiled code.