{"id":26953230,"url":"https://github.com/elementalhaven/gbasma","last_synced_at":"2026-05-18T09:34:20.784Z","repository":{"id":174328257,"uuid":"493996122","full_name":"ElementalHaven/GBASMA","owner":"ElementalHaven","description":"GameBoy ASM Analyzer","archived":false,"fork":false,"pushed_at":"2022-10-12T09:57:22.000Z","size":27,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T20:37:41.198Z","etag":null,"topics":["assembly","gameboy","utility","z80"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"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/ElementalHaven.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":"2022-05-19T09:02:04.000Z","updated_at":"2023-07-20T20:45:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b06f2dc3-d99c-4bb4-9725-5f8e3d07b831","html_url":"https://github.com/ElementalHaven/GBASMA","commit_stats":null,"previous_names":["elementalhaven/gbasma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElementalHaven/GBASMA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElementalHaven%2FGBASMA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElementalHaven%2FGBASMA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElementalHaven%2FGBASMA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElementalHaven%2FGBASMA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElementalHaven","download_url":"https://codeload.github.com/ElementalHaven/GBASMA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElementalHaven%2FGBASMA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["assembly","gameboy","utility","z80"],"created_at":"2025-04-03T01:29:20.064Z","updated_at":"2026-05-18T09:34:20.778Z","avatar_url":"https://github.com/ElementalHaven.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GBASMA\n GameBoy ASM Analyzer\n\n This program generates a stylized view of Z80 assembly in the form of web pages from source .asm files.\n Code is split up into pages for individual methods and variables with all references being precomputed.\n Example output of this program can be found [here](https://ElementalHaven.github.io/GBASMAExample)\n\n## Requirements\n\n- JDK 8 or newer to build and Java 8 or newer to run.\n- Gson. Gson 2.8.6 was used but other versions will likely work just as well.\n\n## Usage\n\n```\njava MetaGen [-src SRCPATH] [-main MAINFILE] [-dst DSTPATH]\n-src,-i,-in\t\tUse the path specified by SRCPATH as the location of ASM files\n-dst,-o,-out\tUse the path specified by DSTPATH as the destination for\n\t\t\t\tgenerated files\n-main\t\t\tGenerate metadata by using the file specified by MAINFILE\n\t\t\t\t(resolved against SRCPATH, or the current directory if none\n\t\t\t\tspecified) as the main file and only generate data for it\n\t\t\t\tand files included with the INCLUDE directive\n-help\t\t\tDisplays this help method and exits\n```\n\n## Limitations\n\n- Currently only one input file can be specified. This can be circumvented by either creating\nan ASM file that INCLUDEs all all relevant files or by editing the code to add additional files.\nAdditionally, existing hardcoded files may need to be removed from the code.\n- There's a number of unsupported preprocessor statements/keywords, including DEF outside of if statements.\nA number of the supported things only have partial functionality as well.\n- This software was based on an understanding of z80 instructions and an existing codebase of disassembly.\nIn reality, it should have been based on \n[the documentation for rgbasm/rgbds](https://rgbds.gbdev.io/docs/master/rgbasm.5/) instead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementalhaven%2Fgbasma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felementalhaven%2Fgbasma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felementalhaven%2Fgbasma/lists"}