Skip to content

Releases: mipsSimulatorUNIST/simulator

v2.1.11

12 Mar 13:49
Compare
Choose a tag to compare

v2.1.10

12 Mar 13:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.9...v2.1.10

v2.1.9

21 Feb 05:04
c18cf94
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.7...v2.1.9

v2.1.7

20 Feb 12:11
640e4c1
Compare
Choose a tag to compare

WARNING!! THIS VERSION HAS CRITICAL BUG ISSUE! DON'T USE THIS VERSION!!

Full Changelog: v2.1.5...v2.1.7

v2.1.5

20 Feb 12:06
ce39671
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

16 Feb 05:41
Compare
Choose a tag to compare
[#103] feat: CD 구축을 위한 .yml 파일 작성

v2.1.1

13 Feb 13:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.1.1

Version 2.0.2

06 Feb 15:57
29bb0e8
Compare
Choose a tag to compare

Release Note 🗒

This open source provides functions to implement MIPS simulation in node.js environment.
Currently, we support a function to convert an assembly file to a binary file. Also, we support simulating functions with actual assembly files.

New feature

  • ADD simulator function. Derived PC, register state, data, and stack section by assembly code at every cycle.

What's Changed

Full Changelog: v1.0.1...v2.0.0

README.md

19 Jan 12:22
f027d79
Compare
Choose a tag to compare

Release Note 🗒

What's Changed

readme 개편, apply coverage GitHub pages

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

16 Jan 11:14
ae45f3e
Compare
Choose a tag to compare

Release Note 🗒

This open source provides functions to implement MIPS simulation in node.js environment.
Currently, we support a function to convert an assembly file to a binary file. In the future, we plan to add the function of simulating with actual assembly files.

FEATURE

  • Convert assembly language to binary language.

What's Changed

New Contributors

Full Changelog: https://github.com/mipsSimulatorUNIST/simulator/commits/v1.0.0