version 0.5.2
[fw/sdcc] / sim / ucsim / doc / invoke.html
index 5a206732085e5e09f19c9d9acf89b76ac5a77003..58f1affd1a0009d563b5bcd4293a10531034018b 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 <head>
-<title>UCSIM: Invokation</title>
+<title>&micro;Csim: Invokation</title>
 </head>
 
 <body bgcolor="white">
@@ -13,6 +13,8 @@ families:
 <p>MCS51 family is simulated by <b>s51</b>
 <br>AVR family is simulated by <b>savr</b>
 <br>Z80 processor is simulated by <b>sz80</b>
+<br>XA family is simulated by <b>sxa</b>
+<br>HC08 processor is simulated by <b>shc08</b>
 
 <p>The simulator can be started in the following way:
 
@@ -30,10 +32,13 @@ them in specified order into the ROM of the simulated system.
 <dd>Type of CPU. Recognized types are: 51, 8051, 8751, C51, 80C51,
 87C51, 31, 8031, C31, 80C31, 52, 8052, 8752, C52, 80C52, 87C52, 32,
 8032, C32, 80C32, 51R, 51RA, 51RB, 51RC, C51R, C51RA, C51RB, C51RC,
-89C51R, 251, C251, DS390, DS390F. Note that recongition of a CPU type as option does
-not mean that the simulator can simulate that kind of CPU. Default
-type is C51.  DS390 supports Dallas DS80C390 dual-dptr operations,
-DS390F supports minimal flat24 mode code and dual-dptr operations.
+89C51R, 251, C251, DS390, DS390F. Note that recognition of a CPU type
+as option does not mean that the simulator can simulate that kind of
+CPU. Default type is C51.
+<br>DS390 supports Dallas DS80C390 24 bit flat mode, dual-dptr operations, etc.
+DS390F is the same as DS390, but it starts already in 24 bit flat mode
+(ACON = 0xFA instead of 0xF8). DS390F is needed to run programs compiled
+with sdcc -mds390.
 
 <br>See <a href="cpu_types.html">how to select CPU type</a>.
 
@@ -53,8 +58,8 @@ computer.
 <a name="Zoption"><dt><tt><b>-Z portnum</b></tt></a>
 
 <dd>Listen for incoming connections on port <b>portnum</b>. Using this
-option <i>uCsim</i> can serve multiple consoles. You can get a console
-by simply telnet into machine running <i>uCsim</i> to port
+option <i>&micro;Csim</i> can serve multiple consoles. You can get a console
+by simply telnet into machine running <i>&micro;Csim</i> to port
 <b>portnumber</b>. This option is not available on platforms which
 doesn't support BSD networking.
 
@@ -72,7 +77,7 @@ specify a teminal with -s option.
 <dt><tt><b>-S in=file,out=file</b></tt>
 
 <dd>Using this option you can specify different files for input and
-output streams that <i>uCsim</i> uses to simulate microprocessor's
+output streams that <i>&micro;Csim</i> uses to simulate microprocessor's
 serial interface.
 
 <br>See <a href="serial.html">more about serial interface