rabbitizer/setup.cfg
Anghelo Carvajal f8979ede3e
Fix RSP instruction decoding (#4)
* Use the proper registers on RSP GPR instructions

* Add IMM_base operand to RSP instructions

* Use `ra` on RSP GPR registers

* Fix RABBITIZER_OPERAND_TYPE_RSP_rd

* ??

* fix vector register element index

* fix RSP mfc2 and mtc2

* fix vmov and similar instructions

* format

* update readme

* version pump
2022-08-22 16:27:51 -04:00

24 lines
587 B
INI

# SPDX-FileCopyrightText: © 2022 Decompollaborate
# SPDX-License-Identifier: MIT
[metadata]
name = rabbitizer
version = 1.1.0
author = Decompollaborate
license = MIT
description = MIPS instruction decoder
url = https://github.com/Decompollaborate/rabbitizer
project_urls =
Source = https://github.com/Decompollaborate/rabbitizer
Bug Tracker = https://github.com/Decompollaborate/rabbitizer/issues
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = rabbitizer
[options.package_data]
rabbitizer =
**/*.pyi
**/py.typed