Giter Site home page Giter Site logo

rohanbh / sicxe-assembler Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 679 KB

A simple implementation of assembler for the SIC/XE machine

CMake 0.94% C++ 85.27% Makefile 0.45% M4 0.74% C 0.51% Python 11.50% Shell 0.58%
sic-xe sicxe assembler program-blocks

sicxe-assembler's Introduction

SIC/XE Assembler

A simple SIC/XE assembler written in cpp.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have cmake and make installed on your system.

  • Install cmake:
    • Visit cmake.org to download the latest binaries.
    • Make the script executable by running
     chmod +x path/to/cmake/-3.x.x-Linux-x86_64.sh
    • Run the script
     sudo path/to/cmake/-3.x.x-Linux-x86_64.sh
    • The script installs cmake in the /opt/ directory. Therefore, to add the cmake to one of directories in $PATH, run
     sudo ln -s /opt/cmake-3.x.x-Linux-x86_64/bin/* /usr/local/bin

Building

A step by step series of examples that tell you have to build a executable of the assembler yourself.

  • Clone the repository.
  • Run cmake . in the project's root directory.
  • Run make in the project's root directory.
  • That's it. You now have a executable named sicxe_assembler in the project's root directory.

Running the Tests

https://en.wikipedia.org/wiki/Simplified_Instructional_Computer

sicxe-assembler's People

Contributors

rohanbh avatar

Watchers

 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.