{"id":19838179,"url":"https://github.com/gmorales08/asmalign","last_synced_at":"2026-05-14T10:37:47.558Z","repository":{"id":196625940,"uuid":"696771303","full_name":"gmorales08/AsmAlign","owner":"gmorales08","description":"A program written in ANSI C that structure and align Assembly programs for better visualization","archived":false,"fork":false,"pushed_at":"2023-10-19T10:40:15.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T11:17:04.774Z","etag":null,"topics":["assembly","c","z80"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gmorales08.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}},"created_at":"2023-09-26T12:06:14.000Z","updated_at":"2023-11-07T20:07:25.000Z","dependencies_parsed_at":"2023-10-19T12:45:44.988Z","dependency_job_id":null,"html_url":"https://github.com/gmorales08/AsmAlign","commit_stats":null,"previous_names":["gmorales08/asmalign"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmorales08%2FAsmAlign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmorales08%2FAsmAlign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmorales08%2FAsmAlign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gmorales08%2FAsmAlign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gmorales08","download_url":"https://codeload.github.com/gmorales08/AsmAlign/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241203199,"owners_count":19926741,"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":["assembly","c","z80"],"created_at":"2024-11-12T12:16:58.939Z","updated_at":"2026-05-14T10:37:47.526Z","avatar_url":"https://github.com/gmorales08.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AsmAlign\r\nAsmAlign is a command line tool for format files written in asembly language. AsmAlign align the instructions and the arguments in the same column for better visualization.\r\n\r\n## Usage \r\n```\r\nasmAlign [options] \u003cinput file\u003e\r\n```\r\n\r\n## Options\r\n- **-i\\\u003cnumber\u003e** Specifies the lenght of the instructions. It must be a value between 1 and 9. If doesnt specify, the default value is 4. \r\n\r\n- **-s\\\u003cnumber\u003e** Specifies the separation between the instruction and the arguments. It must be a value between 1 and 9. If doesnt specify, the default value is 1. \r\n\r\n- **-u** Change all instructions to upper case. \r\n\r\n- **-t** Trim white spaces between arguments.\r\n\r\n- **--usage** Show the usage information.\r\n\r\n### Prebuilt options by architecture\r\n\r\n- **--z80** For Z80 asembler. Equals -i4 -s1.\r\n\r\n### Visual information\r\n```\r\n./asmAlign -i4 -s1\r\n```\r\n\r\n![example1](doc/example1.png)\r\n\r\n```\r\n./asmAlign -i5 -s2\r\n```\r\n\r\n![example1](doc/example2.png)\r\n\r\n## Example\r\n\r\nUsing AsmAlign with the file test.asm\r\n\r\nThe program align the file and generates a backup file with the old content.\r\n\r\n```\r\n./asmAlign test.asm\r\n```\r\n![example1](doc/asmAlign.png)\r\n\r\nExample with `-u` and `-t` options\r\n\r\n```\r\n./asmAlign test.asm -u -t\r\n```\r\n![example1](doc/asmAlign-u-t.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmorales08%2Fasmalign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgmorales08%2Fasmalign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgmorales08%2Fasmalign/lists"}