version 0.5.2
[fw/sdcc] / sim / ucsim / doc / invoke.html
index 024b138e648c5827cae7a01046d4a1cdd896e9cd..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:
 
@@ -56,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.
 
@@ -75,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