{ "info": { "author": "Andrew Lamoureux", "author_email": "foo@bar.com", "bugtrack_url": null, "classifiers": [ "License :: Public Domain", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# sh4dis\n\nA python disassembler library for SH4\n\n# Use\n\n```\n>>> from sh4dis import sh4\n>>> sh4.disasm(0x1234, 0)\n'mov.l r3,@(16,r2)'\n```\n\nOr, if you'd like access to the instruction internals, like opcode identifier and operands:\n\n```\n>>> decoded = sh4.decode(0x1234, 0)\n>>> decoded.op\n\n>>> decoded.operands[0]\n(, )\n>>> decoded.operands[1]\n(, , 16)\n2\n```\n\nThe decoded structure can still be made into a string:\n\n```\n>>> sh4.disasm(decoded)\n'mov.l r3,@(16,r2)'\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lwerdna/sh4dis", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sh4dis", "package_url": "https://pypi.org/project/sh4dis/", "platform": "", "project_url": "https://pypi.org/project/sh4dis/", "project_urls": { "Homepage": "https://github.com/lwerdna/sh4dis" }, "release_url": "https://pypi.org/project/sh4dis/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "SH4 disassembler library", "version": "1.0.0" }, "last_serial": 5685352, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "40d569dd9b9b285767ad022105550a77", "sha256": "130131e74f37807ec274d5ada231db10ae7c4d2b9d29850dc549103264f04c7e" }, "downloads": -1, "filename": "sh4dis-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "40d569dd9b9b285767ad022105550a77", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10921, "upload_time": "2019-08-16T02:48:11", "url": "https://files.pythonhosted.org/packages/5e/19/155a723419df53b6453059df5bf4b43218aac773f28cef867ba2ad158fad/sh4dis-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2055605bbe53157de9b098c227d503ee", "sha256": "11b391ca3402c9cd3feaf8d21e1a47c0201e052903d5422cef2d6787de5a847a" }, "downloads": -1, "filename": "sh4dis-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2055605bbe53157de9b098c227d503ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10032, "upload_time": "2019-08-16T02:48:13", "url": "https://files.pythonhosted.org/packages/da/cf/8a376aedef1dceeec36683c3a944918307e6c0522b2570e066f3ba323352/sh4dis-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40d569dd9b9b285767ad022105550a77", "sha256": "130131e74f37807ec274d5ada231db10ae7c4d2b9d29850dc549103264f04c7e" }, "downloads": -1, "filename": "sh4dis-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "40d569dd9b9b285767ad022105550a77", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10921, "upload_time": "2019-08-16T02:48:11", "url": "https://files.pythonhosted.org/packages/5e/19/155a723419df53b6453059df5bf4b43218aac773f28cef867ba2ad158fad/sh4dis-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2055605bbe53157de9b098c227d503ee", "sha256": "11b391ca3402c9cd3feaf8d21e1a47c0201e052903d5422cef2d6787de5a847a" }, "downloads": -1, "filename": "sh4dis-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2055605bbe53157de9b098c227d503ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10032, "upload_time": "2019-08-16T02:48:13", "url": "https://files.pythonhosted.org/packages/da/cf/8a376aedef1dceeec36683c3a944918307e6c0522b2570e066f3ba323352/sh4dis-1.0.0.tar.gz" } ] }