I’ve been hired by DigiDNA, a swiss software company, based in Geneva. DigiDNA currently develops software for Mac OS X, iOS (iPhone & iPad) and Windows. Here’s the current product line: DiskAid DiskAid is a tool for PC and Mac which enables the use of iPhone, iPad or iPod Touch as an external mass [...]
The Essentials of Computer Organization And Architecture Linda Null, Julia Lobur Thoroughly Revised And Updated, The Essentials Of Computer Organization And Architecture, Second Edition Is A Comprehensive Resource That Addresses All Of The Necessary Organization And Architecture Topics Yet Is Concise Enough To Move Through [...]
Here’s a little GDB trick, if you want to debug your program using assembly output. From a GDB session, type: display /i $pc break main The first line will tell GCC to output the assembly code. The second one will create a breakpoint on the main function. You can of course choose another symbol for the breakpoint. [...]