Giter Site home page Giter Site logo

hummingbird-12 / sic-xe_machine Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2.51 MB

Development of SIC/XE Machine in CSE4100 - Systems Programming course (시스템프로그래밍), Spring 2018, Sogang University

C 90.90% Makefile 0.92% C++ 6.61% Assembly 1.58%
sic sicxe system programming sp machine linkingloader assembler c sogang

sic-xe_machine's Introduction

SIC/XE Machine

Description

This is a series of projects for the System Programmig course in the Department of Computer Science and Engineering at Sogang University, Seoul, South Korea.

The result is an implementation of SIC/XE Machine with features such as shell environment, assembler and linking loader.

Specification

  • Allocated virtual memory: 1 MB

Features

  • [ OK ] Shell environment
  • [ OK ] Assembler (pass1, pass2)
  • [ OK ] Modification record (Relocation)
  • [ OK ] Linking loader (pass1, pass2)
  • [ OK ] Basic execution

Allowed Commands

  • h[elp] : show list and format of commands.
  • d[ir] : show list of entries in current directory.
  • q[uit] : exit system.
  • hi[story] : show list of valid commands entered during current session.
  • du[mp] [start, end] : print content of virtual memory.
  • e[dit] address, value : change value at designated memory address.
  • f[ill] start, end, value : batch fill an interval in address with a value.
  • reset : set whole memory to 0x00.
  • opcode mnemonic : lookup for the code of the opcode mnemonic.
  • opcodelist : show opcode list stored in hash table.
  • assemble filename : assemble specified source file to create list file and object file.
  • type filename : print the content of a file on screen.
  • symbol : show the symbol table of the latest successfully assembled file.
  • progaddr address : set program's starting address
  • loader object_filename [object_filename] : perfrom linking loader process of object files
  • run : execute program from starting address
  • bp [address / "clear"] : show, set or clear break points

About the Developer

Inho Kim,

Undergraduate student of Dept. of Computer Science and Engineering,

Sogang University,

Seoul, South Korea

sic-xe_machine's People

Contributors

hummingbird-12 avatar

Stargazers

 avatar

Watchers

 avatar  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.