We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d9b45 commit f159641Copy full SHA for f159641
README
@@ -0,0 +1,24 @@
1
+XSM Simulator
2
+=============
3
+
4
+Introduction :
5
+The XSM (eXperimental String Machine) Simulator is used to simulate the XSM hardware
6
7
8
+Installation
9
10
+Prerequisites :
11
+-------------
12
+ • GCC (GNU project C and C++ compiler)
13
+ • Flex / Lex (Fast Lexical Analyser Generator)
14
+ • Bison / Yacc (GNU Project Parser Generator)
15
16
+Compiling and Running :
17
+---------------------
18
+Run the following commands to compile and run the XSM Simulator
19
+ 1. make
20
+ 2. ./xsm <optional-flags> <path-to-file>
21
22
+The <optional-flags> can be :
23
+ • --id : This flag disables the timer interrupt for the machine
24
+ • --db : This flag sets the machine into DEBUG mode
0 commit comments