{"id":15055836,"url":"https://github.com/tomeraberbach/mano-simulator","last_synced_at":"2025-08-21T10:32:08.757Z","repository":{"id":48768030,"uuid":"110178364","full_name":"TomerAberbach/mano-simulator","owner":"TomerAberbach","description":"🖥️ An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.","archived":false,"fork":false,"pushed_at":"2024-10-15T03:31:03.000Z","size":1325,"stargazers_count":37,"open_issues_count":0,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-16T14:05:07.716Z","etag":null,"topics":["16bit","architecture","assembler","computer-architecture","editor","hardware-simulation","hardware-simulator","instruction-set-architecture","java","java-8","java-application","java8","javafx","javafx-8","javafx-application","mano","mano-machine","mano-simulator","simulator","text-editor"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomerAberbach.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-09T23:37:10.000Z","updated_at":"2024-10-27T11:38:08.000Z","dependencies_parsed_at":"2024-05-30T05:09:41.969Z","dependency_job_id":"c82da74b-f3e9-4f38-9af6-e3aa5f61cb19","html_url":"https://github.com/TomerAberbach/mano-simulator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Fmano-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Fmano-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Fmano-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerAberbach%2Fmano-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomerAberbach","download_url":"https://codeload.github.com/TomerAberbach/mano-simulator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230507051,"owners_count":18236944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["16bit","architecture","assembler","computer-architecture","editor","hardware-simulation","hardware-simulator","instruction-set-architecture","java","java-8","java-application","java8","javafx","javafx-8","javafx-application","mano","mano-machine","mano-simulator","simulator","text-editor"],"created_at":"2024-09-24T21:46:37.701Z","updated_at":"2024-12-19T22:09:00.850Z","avatar_url":"https://github.com/TomerAberbach.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mano Simulator\n\n\u003e An assembler and hardware simulator for the Mano Basic Computer, a 16 bit computer.\n\nThis is a JavaFX application that compiles assembly code for and runs a simulation of Mano's Computer as detailed in:\n\nComputer System Architecture, 3rd edition\nby M. Morris Mano\nPublished by Prentice-Hall, c 1993\nChapter 5, pp 123-172.\n\n## Usage\n\n1. Download the latest jar from [releases](https://github.com/TomerAberbach/mano-simulator/releases)\n2. Install a Java version compatible with the downloaded jar's Java version\n3. For jars supporting Java versions lower than 11, install JavaFX\n4. Assuming `mano-simulator.jar` is in the current working directory, run the following command:\n\n   ```sh\n   $ java -jar mano-simulator.jar\n   ```\n\n   If the `java` command is not found, then [ensure `java` is in your `PATH`](https://www.java.com/en/download/help/path.html).\n\n## Development\n\n1. Install [Git](https://github.com/git-guides/install-git)\n2. Run the following command to clone the repository:\n\n   ```sh\n   $ git clone git@github.com:TomerAberbach/mano-simulator.git\n   ```\n\n3. Install [Maven](https://maven.apache.org)\n4. Assuming the current working directory is the cloned repository, run the following command to package the application:\n\n   ```sh\n   $ mvn package\n   ```\n\n   An executable jar should appear at `target/mano-simulator-VERSION.jar`, where `VERSION` matches the version in `pom.xml`. Replace `VERSION` in and run the following command to run the application:\n\n   ```sh\n   $ java -jar target/mano-simulator-VERSION.jar\n   ```\n\n## Examples\n\nSee [example programs](examples.md).\n\n## License\n\n[MIT](https://github.com/TomerAberbach/mano-simulator/blob/main/license) © [Tomer Aberbach](https://github.com/TomerAberbach)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraberbach%2Fmano-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomeraberbach%2Fmano-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomeraberbach%2Fmano-simulator/lists"}