/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

patshaughnessy.net
| | www.cs.virginia.edu
1.7 parsecs away

Travel
| | [AI summary] This comprehensive guide explains the fundamentals of 32-bit x86 assembly language programming, including registers, memory addressing, instructions, and calling conventions.
| | 0x44.cc
2.1 parsecs away

Travel
| | [AI summary] The article provides an in-depth explanation of reverse engineering concepts, including CPU operations, memory representation, data structures, and disassembly techniques. It guides readers through understanding machine code, endianness, signed integers, and how to analyze C code using tools like Visual Studio and disassemblers.
| | blog.stephenmarz.com
1.9 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.
| | log.fundamental-code.com
22.6 parsecs away

Travel
| Every once in a while I get the urge to reminisce about a past project. So,today let's look back on one of my favorite projects from my undergrad compu...