{"id":22345389,"url":"https://github.com/dosworld/hasm","last_synced_at":"2026-02-09T16:30:47.593Z","repository":{"id":148399974,"uuid":"422775436","full_name":"DosWorld/hasm","owner":"DosWorld","description":"Hascal x86 Assembler","archived":false,"fork":false,"pushed_at":"2020-11-01T11:05:10.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T00:56:00.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DosWorld.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":"2021-10-30T03:40:50.000Z","updated_at":"2022-09-09T16:58:19.000Z","dependencies_parsed_at":"2023-05-16T10:45:14.576Z","dependency_job_id":null,"html_url":"https://github.com/DosWorld/hasm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DosWorld/hasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fhasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fhasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fhasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fhasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DosWorld","download_url":"https://codeload.github.com/DosWorld/hasm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosWorld%2Fhasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29272694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"last_error":"SSL_read: 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":[],"created_at":"2024-12-04T09:17:36.186Z","updated_at":"2026-02-09T16:30:47.571Z","avatar_url":"https://github.com/DosWorld.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hasm\nHascal x86 Assembler\n\n## Features\n- Compile to x86 Machine Code\n- Use Win32 Api\n- Fast\n\n## Get Started\n```\nhasm \u003cfileName.asm\u003e\n```\n\n## Syntax\ngo to [Grammer Help Page](https://github.com/hascal/hasm/blob/main/Grammer%20Help/help.md)\n\n## Examples\n\n``` asm\n.import\nimport\tKernel32.dll WriteFile\nimport\tKernel32.dll GetStdHandle\n\n.var\n\nstring s1 \"This is loop!\"\n\nbyte STD_INPUT_HANDLE 0xf5\ndword count 0x00000000\n\n.code\n\n:label1\npush ^STD_INPUT_HANDLE\ncall getstdhandle\n\npush 0x00        // lpOverlapped \npush @count      // lpNumberOfBytesWritten\npush ^length(s1) // nNumberOfBytesToWrite\npush @s1         // lpBuffer\npush eax         // hFile\ncall writefile\njmp label1\n```\n[More Examples...](https://github.com/hascal/hasm/tree/main/examples)\n\n## ToDO\n- [x] Create Assembler Base\n- [x] using Win32 Api\n- [x] use Functions\n- [ ] Release for MacOS , Linux \n\n## Development \nCreated by \u003cb\u003e«Hascal Development Team»\u003cb\u003e with collaboration with \u003cb\u003e«Maj Arts»\u003c/b\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosworld%2Fhasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosworld%2Fhasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosworld%2Fhasm/lists"}