Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 502 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 502 Bytes

NEXSM Simulator

Introduction : The NEXSM (NExt eXperimental String Machine) Simulator is used to simulate the NEXSM hardware.

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 NEXSM simulator:

  1. make
  2. ./xsm [--timer #1] [--disk #2] [--console #3] [--debug]