Skip to content

Commit f159641

Browse files
committedJan 12, 2013
added README
1 parent 87d9b45 commit f159641

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎README

+24
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.