{"id":18496696,"url":"https://github.com/gbbirkisson/hemul","last_synced_at":"2025-05-14T04:35:12.008Z","repository":{"id":205147751,"uuid":"682780955","full_name":"gbbirkisson/hemul","owner":"gbbirkisson","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T19:42:20.000Z","size":336,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T20:18:45.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gbbirkisson.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":"2023-08-24T23:04:54.000Z","updated_at":"2025-02-04T19:42:22.000Z","dependencies_parsed_at":"2023-11-24T00:22:16.176Z","dependency_job_id":"5a39137d-0114-4935-9003-2460f5132400","html_url":"https://github.com/gbbirkisson/hemul","commit_stats":null,"previous_names":["gbbirkisson/hemul"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbbirkisson%2Fhemul","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbbirkisson%2Fhemul/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbbirkisson%2Fhemul/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbbirkisson%2Fhemul/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbbirkisson","download_url":"https://codeload.github.com/gbbirkisson/hemul/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239212566,"owners_count":19600833,"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":[],"created_at":"2024-11-06T13:30:50.402Z","updated_at":"2025-02-17T00:16:53.832Z","avatar_url":"https://github.com/gbbirkisson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" height=\"128\" src=\"logo.png\"\u003e\n\n\u003ch1\u003ehemul\u003c/h1\u003e\n\n[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/gbbirkisson/hemul/main)](https://github.com/gbbirkisson/hemul/commits/main)\n[![CI](https://github.com/gbbirkisson/hemul/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/gbbirkisson/hemul/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/github/gbbirkisson/hemul/branch/main/graph/badge.svg?token=GFZ3Y0Y2X6)](https://codecov.io/github/gbbirkisson/hemul)\n[![GitHub](https://img.shields.io/github/license/gbbirkisson/hemul)](https://github.com/gbbirkisson/hemul/blob/main/LICENSE)\n\nEmulation of the 6502 micro processor, because why not 🤷 The project is named h[emu]l after the \"Hemul\" from the \"Moomin\" francise.\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Requirements](#requirements)\n* [Running the emulator](#running-the-emulator)\n* [Resources](#resources)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Requirements\n\nYou will need these binaries in your path to do testing:\n\n- [vasm6502_oldstyle](http://www.compilers.de/vasm.html)\n- [hexdump](https://man7.org/linux/man-pages/man1/hexdump.1.html)\n\n## Running the emulator\n\nWith assembly code:\n\n```console\n$ cat \u003c\u003c EOF | cargo run -p hemul-cli -- -b - -a\n    ; 1 + 2\n    LDA     #01\n    ADC     #02\n    STA     $0402\n    NOP\nEOF\n```\n\n\u003e [!NOTE]\n\u003e You will need `vasm6502_oldstyle` in your PATH to run this command!\n\n## Resources\n\n- https://www.nesdev.org/obelisk-6502-guide/\n- http://www.6502.org/tutorials/decimal_mode.html\n- https://wiki.cdot.senecacollege.ca/wiki/6502_Math\n- https://www.youtube.com/watch?v=LnzuMJLZRdU\u0026list=PLowKtXNTBypFbtuVMUVXNR0z1mu7dp7eH\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbbirkisson%2Fhemul","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbbirkisson%2Fhemul","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbbirkisson%2Fhemul/lists"}