{ "info": { "author": "MrmacHD", "author_email": "mrmachd@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "NAME\r\n----\r\n__edsac__ (Electronic Delay Storage Automatic Computer)\r\n\r\nSYNOPIS\r\n-------\r\nedsac [ __-h__ ] [ __-v__ ] [ __-f__ __FILE__ ] [ __-r__ __REPRESENTATION__ ]\r\n\r\nDESCRIPTION\r\n-----------\r\n__EDSAC__ (Electronic Delay Storage Automatic Computer) is a simulator capable of executing __EDSAC__ I computer's stored-programs.\r\n\r\n__-f__, __--file__ = _FILE_\r\nSpecifies the input file.\r\n\r\n__-r__, __--representation__ = _REPRESENTATION_\r\nRepresentation of memory map/table.\r\n\r\n+ 1 : values\r\n+ 2 : instructions (default)\r\n\r\n__-h__, __--help__\r\nDisplay help information and exit.\r\n\r\n__-v__, __--version__\r\nDisplay version information and exit.\r\n\r\nFILES\r\n-----\r\n+ `setup.py` \t\t\t\ttraditional easy_install or pip\r\n+ `setup.cfg` \t\t\t\tfor distutils2 installation\r\n+ `scripts/edsac`\t\t\texecutable binary\r\n+ `edsac/__init__.py` \t\ta separate library packaged version\r\n+ `edsac/EDSACGrammar.py`\tedsac grammar\r\n+ `edsac/EDSACLexer.py`\t\tedsac lexer\r\n\r\nEXAMPLES\r\n--------\r\nThere are some programs included under stored-programs directory. Different ways of simulating stored programs are shown below.\r\n\r\n```bash\r\nMrmacHD:~$ edsac -f stored-programs/Hello.txt\r\nMrmacHD:~$ python3 edsac -f stored-programs/TypeWriter.txt\r\n``` \r\n\r\nSTANDARDS\r\n---------\r\n\r\n\r\nSEE ALSO\r\n--------\r\n[The Edsac Simulator](http://www.dcs.warwick.ac.uk/~edsac/), [__EDSAC__](http://www.cs.clemson.edu/~mark/edsac.html)\r\n\r\nAUTHOR\r\n------\r\nMrmacHD \r\n\r\nBUGS\r\n----\r\nThe EDSAC I kernel is hardcoded at startup, therefore some original EDSAC stored-programs won't simulate flawlessly by default and require rewriting.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/MrmacHD/EDSAC", "keywords": "", "license": "UNKNOWN", "maintainer": "", "maintainer_email": "", "name": "edsac", "package_url": "https://pypi.org/project/edsac/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/edsac/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/MrmacHD/EDSAC" }, "release_url": "https://pypi.org/project/edsac/0.1/", "requires_dist": null, "requires_python": null, "summary": "edsac (Electronic Delay Storage Automatic Computer)", "version": "0.1" }, "last_serial": 791556, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "744a1536e324d776a937f9c3b201c3b7", "sha256": "d02d8fe753382f6050917c6795b5d5383c416b6a1bde85cfaeaf41250e689da2" }, "downloads": -1, "filename": "edsac-0.1.tar.gz", "has_sig": false, "md5_digest": "744a1536e324d776a937f9c3b201c3b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5896, "upload_time": "2013-04-30T20:10:47", "url": "https://files.pythonhosted.org/packages/7e/a2/cddfb609899b3b589d7700be1710266ef6767dafc3862e66135d069dbfb1/edsac-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "744a1536e324d776a937f9c3b201c3b7", "sha256": "d02d8fe753382f6050917c6795b5d5383c416b6a1bde85cfaeaf41250e689da2" }, "downloads": -1, "filename": "edsac-0.1.tar.gz", "has_sig": false, "md5_digest": "744a1536e324d776a937f9c3b201c3b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5896, "upload_time": "2013-04-30T20:10:47", "url": "https://files.pythonhosted.org/packages/7e/a2/cddfb609899b3b589d7700be1710266ef6767dafc3862e66135d069dbfb1/edsac-0.1.tar.gz" } ] }