{ "info": { "author": "Marcus Vinicius Monteiro de Souza", "author_email": "mvsouza007@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Assemblers" ], "description": "Hack Assemble\n==============\n\nAn Assembler program that translates programs written in the symbolic\nHack assembly language into binary code that can execute on the Hack\nhardware platform built in the previous projects.\n\nUsage\n-----\n\nThe assembler can be invoked via command line with the command:\n\n``hack-assemble fileName.asm``\n\n, where the string fileName.asm is the assembler\u2019s input, i.e.\u00a0the name\nof a text file containing Hack assembly commands. The assembler creates\nan output text file named fileName.hack. Each line in the output file\nconsists of sixteen 0 and 1 characters. The output file is stored in the\nsame directory of the input file. The name of the input file may contain\na file path.\n\nReference\n---------\n\nhttp://nand2tetris.org/06.php\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marcusmonteiro/coursera-nand2tetris/tree/master/projects/06/hack_assemble", "keywords": "hack assembler", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hack-assemble", "package_url": "https://pypi.org/project/hack-assemble/", "platform": "", "project_url": "https://pypi.org/project/hack-assemble/", "project_urls": { "Homepage": "https://github.com/marcusmonteiro/coursera-nand2tetris/tree/master/projects/06/hack_assemble" }, "release_url": "https://pypi.org/project/hack-assemble/0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Assembles Hack assembly files into Hack machine language files.", "version": "0.1" }, "last_serial": 3680769, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7f714a83a7d5820dfce4696bd22932b0", "sha256": "34c9e0e87298baacc7998d33b65dd6a23ec9ba2f7cca61785cee2c55405f38a0" }, "downloads": -1, "filename": "hack_assemble-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7f714a83a7d5820dfce4696bd22932b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16387, "upload_time": "2018-03-18T12:42:21", "url": "https://files.pythonhosted.org/packages/2a/32/62ba704b0220078260f3013073611d4500c6e901396e90ac71b8f599717d/hack_assemble-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3111f565199f1e90f47f71c077cc93e7", "sha256": "29d91e9ddab8ced1fdb6f91ce4c3df97ba81da15937c025033f6f6052f04589f" }, "downloads": -1, "filename": "hack_assemble-0.1.tar.gz", "has_sig": false, "md5_digest": "3111f565199f1e90f47f71c077cc93e7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7021, "upload_time": "2018-03-18T12:42:23", "url": "https://files.pythonhosted.org/packages/46/4e/1b64939e41254d9325fdd32ec3dc2394710b9523ad017203b650fc14fbb3/hack_assemble-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f714a83a7d5820dfce4696bd22932b0", "sha256": "34c9e0e87298baacc7998d33b65dd6a23ec9ba2f7cca61785cee2c55405f38a0" }, "downloads": -1, "filename": "hack_assemble-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7f714a83a7d5820dfce4696bd22932b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 16387, "upload_time": "2018-03-18T12:42:21", "url": "https://files.pythonhosted.org/packages/2a/32/62ba704b0220078260f3013073611d4500c6e901396e90ac71b8f599717d/hack_assemble-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3111f565199f1e90f47f71c077cc93e7", "sha256": "29d91e9ddab8ced1fdb6f91ce4c3df97ba81da15937c025033f6f6052f04589f" }, "downloads": -1, "filename": "hack_assemble-0.1.tar.gz", "has_sig": false, "md5_digest": "3111f565199f1e90f47f71c077cc93e7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 7021, "upload_time": "2018-03-18T12:42:23", "url": "https://files.pythonhosted.org/packages/46/4e/1b64939e41254d9325fdd32ec3dc2394710b9523ad017203b650fc14fbb3/hack_assemble-0.1.tar.gz" } ] }