OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Roland Postle (mailblazde.co.uk)
Date: Sun May 19 2002 - 12:51:43 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > > I want to see how to get column 1 - 4 by hand.
    >
    > you write the assembler code (or c code) and compile it. after that use
    objdump to get the bytecode.

    But he wants to do it by hand (apparently).

    I suggest http://www.cs.unm.edu/~maccabe/classes/341/labman/node9.html as a
    nice place to start, then http://www.sparc.com/ should have a reference to
    cover the obscure instructions, depending on exactly what processor you're
    aiming it at.

    - Blazde