{ "info": { "author": "Eduardo Lopez Biagi", "author_email": "eduardo.biagi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Assemblers" ], "description": "Assembler for the 68112D microprocessor\n=======================================\n\nThe 68112D is a clone of the 68HC11 microcontroller, with extra instructions\nto generate 2D graphics on a VGA display.\n\nThe **asm2d** assembler turns the assembly code into an MIF file (Memory\nInitialization File) that can be used to initialize a memory block during\ncompilation and/or simulation.\n\nInstallation\n------------\n\nUsing pip:\n\n.. code:: bash\n\n pip install asm2d\n\nFor development\n~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n python setup.py develop\n\nRunning\n-------\n\nCompile a file:\n\n.. code:: bash\n\n asm2d source.s2d\n\nThe default output file will have the same name as the source file, but with\na ``.mif`` extension. You can change this with the ``-o`` flag:\n\n.. code:: bash\n\n asm2d source.s2d -o memory.mif\n\nThe size of the memory block will be exactly the number of words needed to\ntranslate the assembly code. You can change this with the ``-w`` argument:\n\n.. code:: bash\n\n asm2d source.s2d -w 512\n\nHelp\n~~~~\n\n.. code:: bash\n\n asm2d -h", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tapichu.github.com/asm2d/", "keywords": "asm2d 6811 68HC11 68112d assembler", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "asm2d", "package_url": "https://pypi.org/project/asm2d/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/asm2d/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://tapichu.github.com/asm2d/" }, "release_url": "https://pypi.org/project/asm2d/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "An assembler for the 68112D microprocessor", "version": "0.2.3" }, "last_serial": 786494, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "16dc7d9a89995c8502036a60aab6c194", "sha256": "335122c10d2abdda7565e04c777401e15cf123e8095fe39005fcae0fd14b8ebd" }, "downloads": -1, "filename": "asm2d-0.1.0.tar.gz", "has_sig": false, "md5_digest": "16dc7d9a89995c8502036a60aab6c194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10826, "upload_time": "2012-12-20T05:40:31", "url": "https://files.pythonhosted.org/packages/e1/29/43981175c346b412a437426e7c9271f21ea8bbab297622687fe4e074ce30/asm2d-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5e4c4a02485e27e683c011ed35dd1c8f", "sha256": "4b3d8e653ae1309c448d7107120cdca5cef10e69c5d695f84a2ec0a16d010fdd" }, "downloads": -1, "filename": "asm2d-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5e4c4a02485e27e683c011ed35dd1c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8643, "upload_time": "2012-12-20T05:54:50", "url": "https://files.pythonhosted.org/packages/7d/7d/f106109b03bfa64da44db31953336f771d0be9f087b5194d12a69aad0b7d/asm2d-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5009795eba369153f620a03c6343130e", "sha256": "fd4b1f195971c5aaa3e47d4fc380b2d1e3aa7367588cecebbc01771f25d64840" }, "downloads": -1, "filename": "asm2d-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5009795eba369153f620a03c6343130e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8023, "upload_time": "2012-12-20T22:54:36", "url": "https://files.pythonhosted.org/packages/0b/c8/a0be2f7df104b02e9e59e02b81cb891fe663d78c0c1772d4c48ccdd4002c/asm2d-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "348b01899f751446d787b477e913ab6d", "sha256": "2d248be59a6053b8700ec2bbabe93de4aa122f3c5848aab1b37c398e57a46d15" }, "downloads": -1, "filename": "asm2d-0.1.3.tar.gz", "has_sig": false, "md5_digest": "348b01899f751446d787b477e913ab6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8840, "upload_time": "2012-12-20T23:03:23", "url": "https://files.pythonhosted.org/packages/18/26/b8fb3ec0d4b050cafa13a7514d3ce7f8f9c42ab4e27a0227f56b67852715/asm2d-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "e619183401e366fe2a66b91de170eb68", "sha256": "a4d4771aa5cbf02894e342ac13ec53656b3cc26c76ce0b1a1a8303384cbb6b6b" }, "downloads": -1, "filename": "asm2d-0.1.4.tar.gz", "has_sig": false, "md5_digest": "e619183401e366fe2a66b91de170eb68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9139, "upload_time": "2012-12-21T06:38:36", "url": "https://files.pythonhosted.org/packages/2e/32/4ed38fbe1c8c2e324da5a4165341b146b6f9eb87ea052749da18f0f10c26/asm2d-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "94506d403419ffcc7550d3e98cca3123", "sha256": "1a146bda8c40d24ad5a5e91ba5037c2f8e6e3477ccc892e89f5b77f1fa8ad8fe" }, "downloads": -1, "filename": "asm2d-0.1.5.tar.gz", "has_sig": false, "md5_digest": "94506d403419ffcc7550d3e98cca3123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9438, "upload_time": "2012-12-27T00:57:12", "url": "https://files.pythonhosted.org/packages/9f/3a/261d527b25ce2c828771b9cf28ef16c1b385c7fe64a5650cdd9d2515c4df/asm2d-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "08184f1609e37f923df1486ab5eba6a2", "sha256": "2463d7598316407a3bdd4b1d1d9c94180a17d63e8c7cc217caa168533094f316" }, "downloads": -1, "filename": "asm2d-0.1.6.tar.gz", "has_sig": false, "md5_digest": "08184f1609e37f923df1486ab5eba6a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10080, "upload_time": "2012-12-29T20:37:20", "url": "https://files.pythonhosted.org/packages/25/19/d9f52e85eb79677a3c1e473a4f93d77d7469a0cd5cece717d3cabf643319/asm2d-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "635f59abd2fee6a52b9ced10052941ef", "sha256": "4839396bdce3e3988bd4a99dcd027b64d87179dd2a20bece50402ab630f956ae" }, "downloads": -1, "filename": "asm2d-0.1.7.tar.gz", "has_sig": false, "md5_digest": "635f59abd2fee6a52b9ced10052941ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10205, "upload_time": "2012-12-31T21:36:36", "url": "https://files.pythonhosted.org/packages/5c/ff/09348f9e8d275305849084264cc83a379f586a4513b09ba03ebebd9c72e9/asm2d-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "267b531b021b34b4ad3ec3c566a35089", "sha256": "8a51c7aaf60c1000fda4b7feddf8111ce4408c6e2e23b8060c41f40fa48e2f20" }, "downloads": -1, "filename": "asm2d-0.1.8.tar.gz", "has_sig": false, "md5_digest": "267b531b021b34b4ad3ec3c566a35089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12824, "upload_time": "2013-01-03T16:55:28", "url": "https://files.pythonhosted.org/packages/a3/34/389c0348e8e47fbfb15ba48d18ee22ce38da82034101572793cb0e90b76c/asm2d-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "909c7b148010c6c67ecb5212b9b651a9", "sha256": "1c35fff99578a35779dabcdc835bbe5dda210bfcf55b9b2ce881b3dee9fe68cd" }, "downloads": -1, "filename": "asm2d-0.1.9.tar.gz", "has_sig": false, "md5_digest": "909c7b148010c6c67ecb5212b9b651a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12637, "upload_time": "2013-01-03T19:36:29", "url": "https://files.pythonhosted.org/packages/ac/8b/757a0da2e8e13a81c088bb28a57f6f767d18389d37e182893e7502b6b73e/asm2d-0.1.9.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b5bb8882a0f42113901222080f41c4d4", "sha256": "464b663a0e9bfde0fe7d82af4bce1e07bdb3d01747f47e3fdde6260dc1e55440" }, "downloads": -1, "filename": "asm2d-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b5bb8882a0f42113901222080f41c4d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12961, "upload_time": "2013-01-04T07:01:14", "url": "https://files.pythonhosted.org/packages/1a/cb/0a85ad1cec84225e98a1fd24cfdfce694e634b807fd14b636411a30adb42/asm2d-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c0c93549c2a22aa3c2e83aad8884b7d3", "sha256": "21f5fef380694aa4e607538881aebd08ac8d4337ef97346ce87c3f6bee8f8cd3" }, "downloads": -1, "filename": "asm2d-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c0c93549c2a22aa3c2e83aad8884b7d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13723, "upload_time": "2013-01-05T02:24:19", "url": "https://files.pythonhosted.org/packages/1f/2f/620c61c7c1a8cc4fb5b614db7f8590fac173d7bd16cd2368fe8651263a20/asm2d-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "f4cc8b6168c23fbe41e3ba97dd1c23fa", "sha256": "06481cf316c6d58a255e4ec753f9448782b0e61a52c709b80925e72c25e72ad7" }, "downloads": -1, "filename": "asm2d-0.2.2.tar.gz", "has_sig": false, "md5_digest": "f4cc8b6168c23fbe41e3ba97dd1c23fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14119, "upload_time": "2013-01-06T17:43:32", "url": "https://files.pythonhosted.org/packages/96/0a/dfba9c8b6b070203d8374c8432ed2f5dd34863c73e446f7f3005911423af/asm2d-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "fd0d2a7c68acfe2bdfb26d9da8853ca1", "sha256": "398ed26428d9544a24b8f3c8c42edf79b5d0d234f5b5c10b7c6e6037cf8135c6" }, "downloads": -1, "filename": "asm2d-0.2.3.tar.gz", "has_sig": false, "md5_digest": "fd0d2a7c68acfe2bdfb26d9da8853ca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17727, "upload_time": "2013-01-07T08:54:13", "url": "https://files.pythonhosted.org/packages/99/c2/2dd2761f40ef6e3ec90b0ed7b4c5d2d01937ced2c1f2b95b4fa111cf4c14/asm2d-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd0d2a7c68acfe2bdfb26d9da8853ca1", "sha256": "398ed26428d9544a24b8f3c8c42edf79b5d0d234f5b5c10b7c6e6037cf8135c6" }, "downloads": -1, "filename": "asm2d-0.2.3.tar.gz", "has_sig": false, "md5_digest": "fd0d2a7c68acfe2bdfb26d9da8853ca1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17727, "upload_time": "2013-01-07T08:54:13", "url": "https://files.pythonhosted.org/packages/99/c2/2dd2761f40ef6e3ec90b0ed7b4c5d2d01937ced2c1f2b95b4fa111cf4c14/asm2d-0.2.3.tar.gz" } ] }