معرفی شرکت ها


STARSimulator-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

STARS (Stony Brook Assembler and Run-time Simulator) is a MIPS Assembly simulator made for the purpose of education.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل STARSimulator-1.0.2
نام STARSimulator
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده STARS
ایمیل نویسنده stars@cs.stonybrook.edu
آدرس صفحه اصلی https://github.com/sbustars/STARS
آدرس اینترنتی https://pypi.org/project/STARSimulator/
مجوز -
# The STARS Code Repository ## Overview This repository hosts the public releases of STARS (Stony Brook Assembler and Run-time Simulator). STARS is a MIPS Assembly simulator made for the purpose of education. ## Dependencies * PySide2 (v5.14 or newer) * numpy (v1.19.3 or older for Windows) # How to run: Install the package. ``` $ pip install STARSimulator ``` Finally, run the program. ``` $ stars [-h] [-a] [-d] [-g] [-n MAX_INSTRUCTIONS] [--cli] [-i] [-w] [-pa PA [PA ...]] [filename] ``` ##### Positional arguments: * `filename` Input MIPS Assembly file. ##### Optional arguments: * `-a`, `--assemble` Assemble program without running it * `-h`, `--help` Shows help message and exits * `-a`, `--assemble` Assemble program without running it * `-d`, `--debug` Enables debugging mode * `-g`, `--garbage` Enables garbage data * `-n`, `--max_instructions` Sets max number of instructions * `--cli` no GUI, CLI only * `-i`, `--disp_instr_count` Displays the total instruction count * `-w`, `--warnings` Enables warnings * `-pa` Program arguments for the MIPS program # Troubleshooting * If you are on Mac (especially Big Sur) and the gui mainwindow doesn't lauch, run `export QT_MAC_WANTS_LAYER=1` in the terminal.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl STARSimulator-1.0.2:

    pip install STARSimulator-1.0.2.whl


نصب پکیج tar.gz STARSimulator-1.0.2:

    pip install STARSimulator-1.0.2.tar.gz