version 0.2.39: fix of arith insts and start of re-structure
[fw/sdcc] / sim / ucsim / doc / syntax.html
diff --git a/sim/ucsim/doc/syntax.html b/sim/ucsim/doc/syntax.html
new file mode 100644 (file)
index 0000000..cd4f62a
--- /dev/null
@@ -0,0 +1,56 @@
+<html>
+<head>
+<title>Command syntax of uCsim</title>
+</head>
+
+<body bgcolor="white">
+
+<h2>Command syntax of uCsim</h2>
+
+<h3>Command names</h3>
+
+
+<h3>Type of parameters</h3>
+
+<h4>String</h4>
+
+<h4>Bit</h4>
+
+<h4>Array</h4>
+
+<h4>Number</h4>
+
+<p>Some commands accept parameters which in most cases can be
+numbers. Numbers can be entered in C-style form. If the number begins
+whith <tt><b>0x</b></tt> or <tt><b>0X</b></tt> it is interpreted as a
+hexadecimal number. If it begins with <tt><b>0</b></tt> followed by
+digits it is interpreted as octal number. In other cases it is
+interpreted as decimal number.
+
+<h4>Symbol</h4>
+
+
+<h3>Interpretation of parameters</h3>
+
+<h4>Address</h4>
+
+<h4>Number</h4>
+
+<h4>Data</h4>
+
+<h4>String</h4>
+
+<h4>Data list</h4>
+
+<h4>Memory</h4>
+
+<h4>Hardware element</h4>
+
+<h4>Bit</h4>
+
+<h4>
+
+<hr>
+
+</body>
+</html>