View Single Post
Old Oct 8th, 2005, 6:20 PM   #11
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
XML == Xtra Magical Language

EDIT
...
<loop>
   <looptop label="start"/>
      <instruction base="hex">
         <opcode size="8">3E</opcode>
         <operand ord="first" type="reference" mode="indirect" size="16">
             a8fe
         </operand>
         <operand ord="second" type="reference" mode="indirect" size="16">
             0fc4
         </operand>
      </instruction>
...
...
...
   <loopbot label="end"/>
</loop>
...
...
</prog>
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers

Last edited by DaWei; Oct 8th, 2005 at 6:32 PM.
DaWei is offline   Reply With Quote