/[gxemul]/trunk/doc/misc.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/doc/misc.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 10  Line 10 
10    
11  <!--  <!--
12    
13  $Id: misc.html,v 1.62 2006/02/18 13:15:21 debug Exp $  $Id: misc.html,v 1.63 2006/05/22 04:53:52 debug Exp $
14    
15  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.
16    
# Line 175  might be suitable choices. Line 175  might be suitable choices.
175    
176  <ul>  <ul>
177    <li><b>(+)</b>&nbsp;&nbsp;Your compiler needs to output real assembly    <li><b>(+)</b>&nbsp;&nbsp;Your compiler needs to output real assembly
178          language code, which the assembler (eg gas, the GNU assembler) can          language code, which the assembler (e.g. gas, the GNU assembler) can
179          then compile into object format, and then you need to link this          then compile into object format, and then you need to link this
180          into an executable image. This is much closer to how things work          into an executable image. This is much closer to how things work
181          in real life than running assembly language listings in a simulator          in real life than running assembly language listings in a simulator
182          (eg SPIM).          (e.g. SPIM).
183    <p>    <p>
184    <li><b>(-)</b>&nbsp;&nbsp;GXemul does not simulate out-of-order    <li><b>(-)</b>&nbsp;&nbsp;GXemul does not simulate out-of-order
185          execution, penalties related to instruction scheduling, or          execution, penalties related to instruction scheduling, or
# Line 382  count.) Line 382  count.)
382  <a name="userland"></a>  <a name="userland"></a>
383  <h3>Running userland binaries:</h3>  <h3>Running userland binaries:</h3>
384    
385  <font color="#ff0000">Note: This does not really work yet.</font>  <font color="#ff0000">Note: This feature does not really work yet.
386    It is currently disabled in stable release builds of the emulator.</font>
387    
388  <p>There is some skeleton code for running userland programs as well. This  <p>There is some skeleton code for running userland programs as well. This
389  will not emulate any particular machine, but instead try to translate  will not emulate any particular machine, but instead try to translate

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26