{"id":20131189,"url":"https://github.com/jeanthom/vr88m","last_synced_at":"2025-06-25T14:33:28.504Z","repository":{"id":119695141,"uuid":"81093509","full_name":"jeanthom/VR88M","owner":"jeanthom","description":"Disassembler for V8 microRISC architecture.","archived":false,"fork":false,"pushed_at":"2017-11-03T10:59:04.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T16:18:35.835Z","etag":null,"topics":["c","disassembler","embedded","microrisc","risc","v8"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeanthom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-06T14:07:30.000Z","updated_at":"2024-10-14T21:53:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4b659b3-c77f-4c75-8325-b7de662b0a52","html_url":"https://github.com/jeanthom/VR88M","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeanthom/VR88M","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanthom%2FVR88M","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanthom%2FVR88M/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanthom%2FVR88M/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanthom%2FVR88M/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeanthom","download_url":"https://codeload.github.com/jeanthom/VR88M/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeanthom%2FVR88M/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261892041,"owners_count":23225843,"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":["c","disassembler","embedded","microrisc","risc","v8"],"created_at":"2024-11-13T20:46:10.803Z","updated_at":"2025-06-25T14:33:28.472Z","avatar_url":"https://github.com/jeanthom.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VR88M\n\nvr88m is a basic disassembler for V8 microRISC architecture (used in some Micronas USB DAC chips).\n\n## Howto\n\n```\n$ make\n$ bin/vr88m -i my_binary_file.bin [-b ab12]\n```\n\n* -i : input file\n* -b : base address\n\n## Example\n\n```\n$ vr88m -i my_binary.bin | expand -t 10\n0000:     bf 35 81  JSR       0x8135\n0003:     ba        RTI\n0004:     85        PSH       R5\n0005:     ea 7b 80  LDA       R2, 0x807b\n0007:     e1 13     LDI       R1, 0x13\n```\n\n```\n$ vr88m -i my_binary.bin -b 1234 | expand -t 10\n1234:     bf 35 81  JSR       0x8135\n1237:     ba        RTI\n1238:     85        PSH       R5\n1239:     ea 7b 80  LDA       R2, 0x807b\n123b:     e1 13     LDI       R1, 0x13\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeanthom%2Fvr88m","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeanthom%2Fvr88m","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeanthom%2Fvr88m/lists"}