Giter VIP home page Giter VIP logo

vm8086's Introduction

vm8086

Intel 8086 instructions decoder. Takes a 8086 binary program and inputs its as an assembly representation. Basically a disassembler. Currently supports the following instructions in both 8-bit and 16-bit formats:

  • MOV - register to register, register to memory, memory to register
  • ADD - immediate to accumulator, register to memory, memory to register, register to register
  • CMP - immediate with accumulator
  • SUB - immediate from accumulator, register from memory, memory from register, register to register
  • JUMP - including je, jz, jl, jnge, jle, jng, jb, jnae and others.
  • LOOP - including loopz, loopnz and others.

Requirements

  • UNIX system - MacOS, Linux

Usage

# you can take assembled program from /resources folder
# and supply it to the standard input of the program
cat /resources/<program> | vm8086
# assembly represenation will be printed to standard output

Resources

vm8086's People

Contributors

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