{"id":13568539,"url":"https://github.com/wtetzner/waterbear","last_synced_at":"2026-01-16T06:44:24.549Z","repository":{"id":46148100,"uuid":"141731016","full_name":"wtetzner/waterbear","owner":"wtetzner","description":"Assembler/Disassembler for the Dreamcast VMU","archived":false,"fork":false,"pushed_at":"2024-10-05T19:56:32.000Z","size":649,"stargazers_count":55,"open_issues_count":5,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-05T00:35:58.436Z","etag":null,"topics":["asm","assembler","assembly","cargo","disassembler","disassembly","dreamcast","dreamcast-vmu","embedded","game-dev","game-development","homebrew","rust","vmu","waterbear"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtetzner.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":"2018-07-20T15:51:31.000Z","updated_at":"2024-10-11T14:08:12.000Z","dependencies_parsed_at":"2024-01-14T03:47:49.715Z","dependency_job_id":"7d1237f0-43e9-4184-aa5d-8bfa2a95d6ad","html_url":"https://github.com/wtetzner/waterbear","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetzner%2Fwaterbear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetzner%2Fwaterbear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetzner%2Fwaterbear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtetzner%2Fwaterbear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtetzner","download_url":"https://codeload.github.com/wtetzner/waterbear/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123072,"owners_count":20887259,"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":["asm","assembler","assembly","cargo","disassembler","disassembly","dreamcast","dreamcast-vmu","embedded","game-dev","game-development","homebrew","rust","vmu","waterbear"],"created_at":"2024-08-01T14:00:27.884Z","updated_at":"2026-01-16T06:44:24.538Z","avatar_url":"https://github.com/wtetzner.png","language":"Rust","readme":"[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/wtetzner/donate)\n\nwaterbear\n=========\n\nWaterbear is an assembler for the Dreamcast VMU. It can be used either as a library or as a command-line program.\n\nDocumentation\n=============\n\nThe documentation for waterbear can be viewed [here](https://wtetzner.github.io/waterbear/).\n\nUsage\n=====\n\nTo assemble a file, use the `waterbear assemble` command:\n\n    waterbear assemble example.s -o example.vms\n\nFor help, run `waterbear help`:\n\n    % waterbear help\n    waterbear 0.18.0\n    Assembler for the Dreamcast VMU\n    \n    USAGE:\n        waterbear [SUBCOMMAND]\n    \n    FLAGS:\n        -h, --help       Prints help information\n        -V, --version    Prints version information\n    \n    SUBCOMMANDS:\n        assemble       Assembler for the Dreamcast VMU\n        disassemble    Disassembler for the Dreamcast VMU\n        help           Prints this message or the help of the given subcommand(s)\n\nThe `help` command can be used on subcommands as well:\n\n    % waterbear help assemble\n    waterbear.exe-assemble\n    Assembler for the Dreamcast VMU\n    \n    USAGE:\n        waterbear.exe assemble \u003cINPUT\u003e --output \u003cOUTPUT\u003e\n    \n    FLAGS:\n        -h, --help       Prints help information\n        -V, --version    Prints version information\n    \n    OPTIONS:\n        -o, --output \u003cOUTPUT\u003e    Output file\n    \n    ARGS:\n        \u003cINPUT\u003e    Sets the input file to assemble\n\n\nBuilding\n========\n\nMake sure you have Rust/Cargo installed: https://rustup.rs/\n\nEnsure you have the latest version of Rust:\n\n    $ rustup update stable\n\nBuild using Cargo:\n\n    $ cargo build --release\n\nCredits\n=======\n\nThese are people who have either directly or indirectly helped with\nthe development of waterbear.\n\n| Name                                           | Contribution                                                                 |\n|------------------------------------------------|------------------------------------------------------------------------------|\n| [Falco Girgis](http://www.elysianshadows.com/) | [ElysianVMU](http://evmu.elysianshadows.com/) - VMU Emulator                 |\n| [Kresna Susila](http://slum.online/dreamcast/) | VMU assembly programmer/[game developer](http://slum.online/dreamcast/nvmu/) |\n| [Marcus Comstedt](http://mc.pp.se/dc/)         | Author of the [aslc86k assembler](http://mc.pp.se/dc/sw.html), [softvms emulator](http://mc.pp.se/dc/sw.html), [hardware documentation](http://mc.pp.se/dc/vms/), and [tetris](http://mc.pp.se/dc/files/tetris.s) VMU game |\n| John Maushammer                                | Author of the [lcdis](http://mc.pp.se/dc/sw.html) disassembler               |\n\nCopyright © 2015-2023 Walter Tetzner\n","funding_links":["https://liberapay.com/wtetzner/donate"],"categories":["VMU"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtetzner%2Fwaterbear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtetzner%2Fwaterbear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtetzner%2Fwaterbear/lists"}