{"id":47618865,"url":"https://github.com/axvonx/belle","last_synced_at":"2026-06-06T04:02:06.058Z","repository":{"id":265324927,"uuid":"895771198","full_name":"axvonx/belle","owner":"axvonx","description":"BELLE (Big Endian, Low Level Emulator) The monorepo for a custom 16 bit RISC architecture.","archived":false,"fork":false,"pushed_at":"2026-04-19T02:05:15.000Z","size":5518,"stargazers_count":8,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-19T04:05:37.466Z","etag":null,"topics":["16-bit","big-endian","cpu-emulator","emulator","risc","rust"],"latest_commit_sha":null,"homepage":"http://belle-cpu.xyz/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axvonx.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-28T21:45:04.000Z","updated_at":"2025-10-14T15:35:44.000Z","dependencies_parsed_at":"2024-11-28T23:21:57.833Z","dependency_job_id":"fa464c24-8427-4110-b75c-65e7e3c61496","html_url":"https://github.com/axvonx/belle","commit_stats":null,"previous_names":["bluegummi/belle"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/axvonx/belle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axvonx%2Fbelle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axvonx%2Fbelle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axvonx%2Fbelle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axvonx%2Fbelle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axvonx","download_url":"https://codeload.github.com/axvonx/belle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axvonx%2Fbelle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32165201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["16-bit","big-endian","cpu-emulator","emulator","risc","rust"],"created_at":"2026-04-01T21:52:09.707Z","updated_at":"2026-04-23T04:00:33.009Z","avatar_url":"https://github.com/axvonx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# belle - The complete program utility set for the Big Endian, Low Level Emulator\n\n[![Linux Build](https://github.com/BlueGummi/belle/actions/workflows/ci.yml/badge.svg)](https://github.com/BlueGummi/belle/actions/workflows/ci.yml) \n[![Deploy Astro site to Pages](https://github.com/BlueGummi/belle/actions/workflows/publish.yml/badge.svg)](https://github.com/BlueGummi/belle/actions/workflows/publish.yml)\n![Demo](http://therealsujitk-vercel-badge.vercel.app/?app=belle-demo)\n\nAll documentation is available on [the website for this project](https://bluegummi.github.io/belle) \n\n## A [PDF](https://github.com/BlueGummi/belle/blob/master/BELLE-ISA_Manual_v3.pdf) is also available\n\u003e Note: The PDF may be somewhat technical\n\n## Quickstart\n\nOn **x86 Linux** systems, run\n\n```bash\ncurl -s https://raw.githubusercontent.com/BlueGummi/belle/refs/heads/master/examples/binstall.sh | bash\n```\n\nOn **macOS and other Unix systems**, run\n\n```bash\ngit clone https://github.com/BlueGummi/belle --depth=1 \u0026\u0026 cd belle \u0026\u0026 ./build.sh -w \u0026\u0026 ./install.sh -c\n```\n\n\u003cdetails close\u003e\n\u003csummary\u003eAUR Installation - Binary\u003c/summary\u003e\n\u003cbr\u003e\n\n```bash\nyay -S belle-cpu\n```\n\n\u003c/details\u003e\n\n\nAnd on Windows, run\n\n```pwsh\nirm ('https://raw.githubusercontent.com/BlueGummi/belle/refs/heads/master/examples/binstall.ps1') | iex\n```\n\nThe binaries can be run by calling `basm`, `belle`, or `bdump`.\n\n### NEW: Friendly compile-time errors in the assembler!\n\n![friendly error](https://github.com/BlueGummi/belle/blob/master/basm/arrows.png)\n\n## [Further documentation](https://bluegummi.github.io/belle)\n\n### BELLE and the BELLE utilities in action:\n\n[![asciicast](https://asciinema.org/a/699396.svg)](https://asciinema.org/a/699396)\n\n\n## Naming\n\n**BELLE** is the *emulator*, whilst **BELLE-ISA/ISABELLE** is the *instruction set*.\n\n### Roadmap\n\nOrdered from easy to complex\n\n- [x] Implement error line printing for codegen errors on the assembler\n\n- [x] Make colored disassembling consistent\n\n- [x] Implement address printing for the disassembler\n\n- [x] Implement hex printing for the disassembler\n\n- [ ] Finish tutorials\n\n- [x] Implement objdump-like jump visualization\n\n- [ ] Forth-like language + compiler\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxvonx%2Fbelle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxvonx%2Fbelle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxvonx%2Fbelle/lists"}