{"id":15445194,"url":"https://github.com/anubhav-narayan/vasm","last_synced_at":"2026-05-19T05:38:57.070Z","repository":{"id":128262276,"uuid":"235104063","full_name":"anubhav-narayan/vasm","owner":"anubhav-narayan","description":"A Python3 based Virtual Assembler","archived":false,"fork":false,"pushed_at":"2020-03-28T11:28:47.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-30T02:34:21.495Z","etag":null,"topics":["assembler","assembly","educational","educational-project","virtual-assembler","virtual-machine"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/anubhav-narayan.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":"2020-01-20T13:09:24.000Z","updated_at":"2020-03-26T04:45:07.000Z","dependencies_parsed_at":"2023-04-29T08:02:56.768Z","dependency_job_id":null,"html_url":"https://github.com/anubhav-narayan/vasm","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"70113f5b9b4df2d313e0ee712ca1607fd26019d1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/anubhav-narayan/vasm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fvasm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fvasm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fvasm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fvasm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anubhav-narayan","download_url":"https://codeload.github.com/anubhav-narayan/vasm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fvasm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016885,"owners_count":26085912,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["assembler","assembly","educational","educational-project","virtual-assembler","virtual-machine"],"created_at":"2024-10-01T19:44:16.955Z","updated_at":"2025-10-13T21:02:41.138Z","avatar_url":"https://github.com/anubhav-narayan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VASM\nA Python3 based Virtual Assembler.\n\u003cbr\u003e\nSymbolic Instruction Code(SIC) Table\n\u003cbr\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\u003cth\u003eClass\u003c/th\u003e\u003cth\u003eCode\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e1\u003c/td\u003e\u003ctd\u003e\"STOP\",\"ADD\",\"SUB\",\"MULT\",\"MOVR\",\"MOVM\",\"COMP\",\"BC\",\"DIV\",\"READ\",\"PRINT\"\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e2\u003c/td\u003e\u003ctd\u003e\"DS\",\"DC\"\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e3\u003c/td\u003e\u003ctd\u003e\"START\",\"END\",\"ORG\",\"EQU\",\"LTORG\"\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e4\u003c/td\u003e\u003ctd\u003e\"AREG\",\"BREG\",\"CREG\",\"DREG\"\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e5\u003c/td\u003e\u003ctd\u003e\"EQ\",\"LT\",\"GT\",\"LE\",\"GE\",\"NE\",\"ANY\"\u003c/td\u003e\u003c/tr\u003e\n \u003c/table\u003e\n\u003ch3\u003eIntroduction\u003c/h3\u003e\n\u003cp\u003e\n  This is a simple 2-Pass Assembler Script in Python3 that is to be used as an educational tool to write assembly programs for a given set of instructions. It is to be used only for Numeric Data in Decimal Integers.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhav-narayan%2Fvasm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanubhav-narayan%2Fvasm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhav-narayan%2Fvasm/lists"}