{"id":13440497,"url":"https://github.com/GNUSim8085/GNUSim8085","last_synced_at":"2025-03-20T09:33:23.744Z","repository":{"id":1252238,"uuid":"1190849","full_name":"GNUSim8085/GNUSim8085","owner":"GNUSim8085","description":"A graphical simulator, assembler and debugger for the Intel 8085 microprocessor (Needs maintainer)","archived":false,"fork":false,"pushed_at":"2022-09-21T08:09:54.000Z","size":2382,"stargazers_count":136,"open_issues_count":31,"forks_count":56,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-04-10T10:18:39.927Z","etag":null,"topics":["8085","assembler","debugger","electronics","engineering","gtk3","simulator","student"],"latest_commit_sha":null,"homepage":"https://gnusim8085.srid.ca","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GNUSim8085.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-22T18:22:20.000Z","updated_at":"2024-04-02T17:09:42.000Z","dependencies_parsed_at":"2023-01-11T15:50:27.793Z","dependency_job_id":null,"html_url":"https://github.com/GNUSim8085/GNUSim8085","commit_stats":null,"previous_names":["srid/gnusim8085"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNUSim8085%2FGNUSim8085","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNUSim8085%2FGNUSim8085/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNUSim8085%2FGNUSim8085/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GNUSim8085%2FGNUSim8085/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GNUSim8085","download_url":"https://codeload.github.com/GNUSim8085/GNUSim8085/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244586073,"owners_count":20476876,"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":["8085","assembler","debugger","electronics","engineering","gtk3","simulator","student"],"created_at":"2024-07-31T03:01:23.298Z","updated_at":"2025-03-20T09:33:22.934Z","avatar_url":"https://github.com/GNUSim8085.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# GNUSim8085 (https://www.gnusim8085.org/)\n\nGNUSim8085 is a graphical cross platform simulator plus assembler with\ndebugger for the Intel 8085 microprocessor. \n\nYou have to enter assembly code in order to use the simulator.  The\nassembly syntax is not too hard to learn. For more information see\n\"asm-guide.txt\" in the doc/ directory.\n\nVariable declarations are supported in assembler.  You have\na seperate Data view widget to show variable values during debugging.\nAnd did I mention that?  Yes, you can also debug your code with the\nbuiltin debugger!  For detailed stuff, you can generate program\nlisting which contains line by line of code with address and operand\ninformation.\n\nContents of memory, IO ports can be modified during program execution.\nModification of registers, flag are being planned, but they are not\nnecessary always.\n\nA lot of examples can be found in the docs directory! Try them.\n\nAlso don't forget to take a tutorial, when you will be asked during\nthe program startup.\n\n## Dependencies\n\nBuild dependencies (Mandatory)\n- GTK3 (\u003e= 3.10.0) development package\n- GtkSourceView3 (\u003e= 3.10.0) development package\n\nBuild dependencies (Optional)\n- gettext (\u003e= 0.18)\n- markdown (discount or similar package that provides markdown binary)\n\n## Install from source using meson build system (default)\nTo install from source, run the following commands\n\n```sh\n$ meson builddir\n$ cd builddir\n$ ninja\n$ sudo ninja install\n```\n\n## Install from source using autotools build system\nTo install from source, run the following commands\n\n```sh\n$ ./autogen.sh\n$ ./configure\n$ make\n$ sudo make install\n```\n\nOr, see the INSTALL file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGNUSim8085%2FGNUSim8085","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGNUSim8085%2FGNUSim8085","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGNUSim8085%2FGNUSim8085/lists"}