Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: Maddox on February 19, 2004, 10:51 PM

Title: reversing reference
Post by: Maddox on February 19, 2004, 10:51 PM
It might be nice to create a reference(if there isn't already one) to document popular compiler optimizations and their C/C++ counterparts. For example, the assembley code and explanation for a = b ? c : d; and other things like that.
Title: Re:reversing reference
Post by: iago on February 20, 2004, 07:06 AM
Yoni has something similar that he just posted in another thread.

Also, if you want one, make one.  Just write it yourself and disassemble it :P
Title: Re:reversing reference
Post by: Adron on February 20, 2004, 12:46 PM
You could start by making a thread here posting them one by one. Don't discuss them in that thread, just use it to build up a reference.