]> git.sur5r.net Git - cc65/blobdiff - doc/sim65.sgml
remote TABs in doc/ and test/
[cc65] / doc / sim65.sgml
index 286c46c56453b025ef1fb3eb415c0b45304810b0..0739ea2f1a8f33a59596e7b0ddee7f0b55693bc2 100644 (file)
@@ -27,19 +27,19 @@ binary needs to be compiled with <tt/--target sim6502/ or <tt/--target sim65c02/
 The simulator is called as follows:
 
 <tscreen><verb>
-       Usage: sim65 [options] file [arguments]
-       Short options:
-         -h                    Help (this text)
-         -c                    Print amount of executed CPU cycles
-         -v                    Increase verbosity
-         -V                    Print the simulator version number
-         -x <num>              Exit simulator after <num> cycles
-
-       Long options:
-         --help                Help (this text)
-         --cycles              Print amount of executed CPU cycles
-         --verbose             Increase verbosity
-         --version             Print the simulator version number
+        Usage: sim65 [options] file [arguments]
+        Short options:
+          -h                    Help (this text)
+          -c                    Print amount of executed CPU cycles
+          -v                    Increase verbosity
+          -V                    Print the simulator version number
+          -x <num>              Exit simulator after <num> cycles
+
+        Long options:
+          --help                Help (this text)
+          --cycles              Print amount of executed CPU cycles
+          --verbose             Increase verbosity
+          --version             Print the simulator version number
 </verb></tscreen>
 
 
@@ -120,14 +120,14 @@ including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 
 <enum>
-<item> The origin of this software must not be misrepresented; you must not
-       claim that you wrote the original software. If you use this software
-       in a product, an acknowledgment in the product documentation would be
-       appreciated but is not required.
-<item> Altered source versions must be plainly marked as such, and must not
-       be misrepresented as being the original software.
-<item> This notice may not be removed or altered from any source
-       distribution.
+<item>  The origin of this software must not be misrepresented; you must not
+        claim that you wrote the original software. If you use this software
+        in a product, an acknowledgment in the product documentation would be
+        appreciated but is not required.
+<item>  Altered source versions must be plainly marked as such, and must not
+        be misrepresented as being the original software.
+<item>  This notice may not be removed or altered from any source
+        distribution.
 </enum>
 
 </article>