forked from KJacob/xsm
-
Notifications
You must be signed in to change notification settings - Fork 0
License
lenywv/xsm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
XSM Simulator ============= Introduction : The XSM (eXperimental String Machine) Simulator is used to simulate the XSM hardware Installation Prerequisites : ------------- • GCC (GNU project C and C++ compiler) • Flex / Lex (Fast Lexical Analyser Generator) • Bison / Yacc (GNU Project Parser Generator) Compiling and Running : --------------------- Run the following commands to compile and run the XSM Simulator 1. make 2. ./xsm <optional-flags> <path-to-file> The <optional-flags> can be : • --id : This flag disables the timer interrupt for the machine • --db : This flag sets the machine into DEBUG mode
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 85.6%
- Lex 12.0%
- C++ 1.8%
- Makefile 0.6%