{"id":28951495,"url":"https://github.com/sprintlanguage/asm","last_synced_at":"2025-06-23T15:02:26.538Z","repository":{"id":300607553,"uuid":"1003619286","full_name":"SprintLanguage/asm","owner":"SprintLanguage","description":"The custom Assembler / Assembly format for the Sprint language, programmed in C!","archived":false,"fork":false,"pushed_at":"2025-06-22T17:22:22.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T17:39:14.505Z","etag":null,"topics":["asm","assembly","c","compiler","language","programming","sprint"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"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/SprintLanguage.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,"zenodo":null}},"created_at":"2025-06-17T12:20:02.000Z","updated_at":"2025-06-22T17:22:16.000Z","dependencies_parsed_at":"2025-06-22T17:39:24.707Z","dependency_job_id":"0dc59e96-8088-40c8-9516-191368a2a5e4","html_url":"https://github.com/SprintLanguage/asm","commit_stats":null,"previous_names":["sprintlanguage/asm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SprintLanguage/asm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SprintLanguage%2Fasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SprintLanguage%2Fasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SprintLanguage%2Fasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SprintLanguage%2Fasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SprintLanguage","download_url":"https://codeload.github.com/SprintLanguage/asm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SprintLanguage%2Fasm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261500286,"owners_count":23168066,"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":["asm","assembly","c","compiler","language","programming","sprint"],"created_at":"2025-06-23T15:02:21.145Z","updated_at":"2025-06-23T15:02:26.526Z","avatar_url":"https://github.com/SprintLanguage.png","language":"C","readme":"# SprintASM\n\nSprintASM or SASM is the Assembly format used by Sprint. It's custom made and tries to be multiplatform.\n\n## Instructions\n\n### `move` instruction set\nThe `move` instruction set is a basic instruction allowing you to move things from a source to an origin.\n\n#### Limitation\nThere is an limitation to the `move` instruction, you cannot directly set from memory to memory directly, you can however do this in two instructions by doing:\n```SASM\nmove64 si \u003cyour address content\u003e\nmove64 \u003cyour target address\u003e si\n```\n\n#### Variants\nThe `move` instruction set has the following variants:\n- `move8`: Moves 8 bits\n- `move16`: Moves 16 bits\n- `move32`: Moves 32 bits\n- `move64`: Moves 64 bits","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprintlanguage%2Fasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsprintlanguage%2Fasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsprintlanguage%2Fasm/lists"}