X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fdoc%2Finvoke.html;h=58f1affd1a0009d563b5bcd4293a10531034018b;hb=eb93c35b1ca7e48282e20bb8835bb779ce67dd83;hp=f6f1c1391db0b7a9afb8d621f5d63661801ea54b;hpb=9f9ac23c9c02e27449d62e58d260cf97e7a1eb9c;p=fw%2Fsdcc diff --git a/sim/ucsim/doc/invoke.html b/sim/ucsim/doc/invoke.html index f6f1c139..58f1affd 100644 --- a/sim/ucsim/doc/invoke.html +++ b/sim/ucsim/doc/invoke.html @@ -1,6 +1,6 @@ -UCSIM: Invokation +µCsim: Invokation @@ -13,6 +13,8 @@ families:

MCS51 family is simulated by s51
AVR family is simulated by savr
Z80 processor is simulated by sz80 +
XA family is simulated by sxa +
HC08 processor is simulated by shc08

The simulator can be started in the following way: @@ -30,9 +32,13 @@ them in specified order into the ROM of the simulated system.

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. 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. +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. +
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.
See how to select CPU type. @@ -52,8 +58,8 @@ computer.
-Z portnum
Listen for incoming connections on port portnum. Using this -option uCsim can serve multiple consoles. You can get a console -by simply telnet into machine running uCsim to port +option µCsim can serve multiple consoles. You can get a console +by simply telnet into machine running µCsim to port portnumber. This option is not available on platforms which doesn't support BSD networking. @@ -71,7 +77,7 @@ specify a teminal with -s option.
-S in=file,out=file
Using this option you can specify different files for input and -output streams that uCsim uses to simulate microprocessor's +output streams that µCsim uses to simulate microprocessor's serial interface.
See more about serial interface