Giter Site home page Giter Site logo

mips-instruction-to-binary's Introduction

Đồ án IT012 MIPS to binary code

Build trình thông dịch hợp ngữ MIPS bằng C++

  • Bao gồm lệnh nhóm lệnh I và R (Không yêu cầu code lệnh J)
  • Input file .asm, output file .txt chứa binary code
  • Các lệnh gồm
R:
add | addu | and
jr  | nor  | or
slt | sltu | sll
srl | sub  | subu

I:
addi | addiu | andi | beq | bne
lb   | lw    | ori  | sb  | sw

Quy định Input

  • Không lỗi logic
  • Không lỗi syntax nặng như lệnh add $t1, $t2, $t3 mà lại input như sau
add
$t1
$t2
$t3
  • Lệnh có thể viết ở dạng tắt như: lw $s1, ($s2) thay cho lw $s1, 0($s2),... tuy nhiên không được thiếu tham số trong lệnh
  • Lệnh add với số vui lòng dùng addi,...
  • Không hỗ trợ .data, syscall,...

Output

  • 1 file .txt chứa các dòng ở dạng: " PC(int) : code "
  • 1 file .txt chứa các dòng thể hiện code được dịch sang binary
  • 1 file .txt chứa các dòng thể hiện code được dịch sang hexa

Contributors: Aph3li0s, whynotkimhari, phamtruc-work

mips-instruction-to-binary's People

Contributors

aph3li0s avatar k0rydev avatar whynotkimhari avatar

Stargazers

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