Monthly Archives: September 2013

The Assembly Page

The page contains documentation about architectures, assembly, instruction set, ISA or whatever you name it: x86 (both x86 and x64) http://ref.x86asm.net/ ARM http://www.ch01a.net/static/armref/index.html Power PC http://web.archive.org/web/20071006155454/www.nersc.gov/vendor_docs/ibm/asm/alangref02.htm SPARC Click to access V8.pdf Click to access SPARCV9.pdf http://www.cs.unm.edu/~maccabe/classes/341/labman/labman.html

Posted in Uncategorized | Tagged , , , , , , , , , , | Leave a comment

Oracle MDB Cheetsheat (quick start)

MDB (acronym for Modular Debugger) is a debugger by Oracle and it is mostly found on Solaris machines. If you need to debug a user application in Solaris, MDB might be the tool for you (along DBX and GDB). MDB … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment