{"id":19399647,"url":"https://github.com/ksherlock/merlin-utils","last_synced_at":"2025-02-24T23:25:08.073Z","repository":{"id":145892530,"uuid":"226935042","full_name":"ksherlock/merlin-utils","owner":"ksherlock","description":"utilities for the Merlin 8/16+ assembler","archived":false,"fork":false,"pushed_at":"2025-02-19T18:16:52.000Z","size":84,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T02:35:33.951Z","etag":null,"topics":["apple-iigs","appleiigs","iigs","merlin","object-module-format","omf"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/ksherlock.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":"2019-12-09T18:01:27.000Z","updated_at":"2025-02-19T18:16:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f6b6ab6-5895-407a-8e63-4e319a5ba309","html_url":"https://github.com/ksherlock/merlin-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksherlock%2Fmerlin-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksherlock%2Fmerlin-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksherlock%2Fmerlin-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksherlock%2Fmerlin-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksherlock","download_url":"https://codeload.github.com/ksherlock/merlin-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240572629,"owners_count":19822694,"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":["apple-iigs","appleiigs","iigs","merlin","object-module-format","omf"],"created_at":"2024-11-10T11:10:38.205Z","updated_at":"2025-02-24T23:25:08.040Z","avatar_url":"https://github.com/ksherlock.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# merlin-utils\nutilities for the Merlin 8/16+ assembler\n\nAn OMF linker for Merlin 8/16+ REL files.  Why?  ummm....\n\n`merlin-link [-D key=value] [-X] [-C] [-o outfile] files....`\n\n* `-X`: inhibit expressload segment\n* `-C`: inhibit super relocation records\n* `-D`: define an absolute label.  value can use `$`, `0x`, or `%` prefix.\n* `-S`: treat input file as a linker command file\n* `-o`: specify output file. default is `omf.out`\n* `-v`: be verbose\n\nIf there is one input file and it ends with `.S` (case insensitive), it is treated as a linker command file.\n\n### Linker Command File\n\nThe following opcodes are supported:\n\n`END`,`DAT`, `PFX`, `TYP`, `ADR`, `ORG`, `KND`, `ALI`, `DS`, `LKV`, `VER`, `LNK`, `IMP`, `SAV`, `KBD`,\n`POS`, `LEN`, `EQ`, `EQU`, `=`, `GEQ`, `EXT`, `DO`, `ELS`, `FIN`, `ENT`\n\n* `VER`: only allows OMF version 2.\n* `IMP`: (qasm) - import a binary file. Entry name is the file name with non alphanumerics converted to `_`\n* `KBD`: won't prompt if label was previously defined (via `-D` for example)\n\n\nNo operand math is allowed at this time.\n\n\n\n\n### Current Status\n\nUsable, if you can find a use for it.  Linking Marinetti (after assembling with Merlin 16+) generates an equivalent\nOMF file.  The file is not identical due to differences in relocation records but OMF Analyzer COMPARE considers them identical.\n\n### Building\n\n```\ngit submodule init\ngit submodule update\nmake\n```\n\nRequires a c++17 compiler. (ie, ubuntu bionic or OS X 10.13).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksherlock%2Fmerlin-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksherlock%2Fmerlin-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksherlock%2Fmerlin-utils/lists"}