Giter VIP home page Giter VIP logo

dispak's Introduction

Simulator of BESM-6 computer at user level

The simulator takes a pack of punch cards on input and runs them as a task for DISPAK operating system. Calls to the OS (extracodes) are simulated as needed. Tasks can run either in batch mode, or in interactive mode.

A format of the input is described in Input-Format.

The simulator consists of three components:

  • dispak - the simulator
  • besmtool - a utility for dealing with images of BESM-6 disks and tapes
  • disbesm6 - a disassembler of BESM-6 binaries

Build

mkdir build
cd build
cmake ..
make
make install

Testing

To run all available tests:

cd build
make test

Expected output:

$ make test
Running tests...
Test project /Users/vak/Project/Besm-6/dispak/build
    Start 1: algol-besm6
1/3 Test #1: algol-besm6 ......................   Passed    0.05 sec
    Start 2: algol-gdr
2/3 Test #2: algol-gdr ........................   Passed    0.06 sec
    Start 3: fortran-dubna
3/3 Test #3: fortran-dubna ....................   Passed    0.09 sec

100% tests passed, 0 tests failed out of 3

Total Test time (real) =   0.20 sec

To see, why a particular test fails, use:

cd build
ctest -V -R test-name

dispak's People

Contributors

leobru avatar mrp149 avatar sergev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.