{"id":18015592,"url":"https://github.com/nomemory/lc3-vm","last_synced_at":"2025-04-05T23:10:54.446Z","repository":{"id":45131931,"uuid":"432319225","full_name":"nomemory/lc3-vm","owner":"nomemory","description":"A LC3 virtual machine implementation in a few lines of C code","archived":false,"fork":false,"pushed_at":"2023-02-13T01:40:19.000Z","size":24,"stargazers_count":373,"open_issues_count":0,"forks_count":61,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-29T22:08:17.953Z","etag":null,"topics":[],"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/nomemory.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":"2021-11-26T22:54:21.000Z","updated_at":"2025-03-13T16:27:50.000Z","dependencies_parsed_at":"2024-10-30T04:44:42.831Z","dependency_job_id":null,"html_url":"https://github.com/nomemory/lc3-vm","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/nomemory%2Flc3-vm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Flc3-vm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Flc3-vm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomemory%2Flc3-vm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomemory","download_url":"https://codeload.github.com/nomemory/lc3-vm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411235,"owners_count":20934653,"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":[],"created_at":"2024-10-30T04:14:28.540Z","updated_at":"2025-04-05T23:10:54.408Z","avatar_url":"https://github.com/nomemory.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lc3-vm\n\nBlog article:\n\nhttps://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c\n\nA LC3 virtual machine implementation in a few lines of C code.\n\nCode is experimental. Things are not final.\n\nThe machine should be able to run simple LC3 programs.\n\nCompile the sample program:\n\n`gcc -Wall -std=c11 simple_program.c`\n\nCompile the `vm`:\n\n`gcc -Wall -std=c11 vm.c vm_dbg.c`\n\nRun the program:\n\n`./a.out simple_program.obj`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomemory%2Flc3-vm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomemory%2Flc3-vm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomemory%2Flc3-vm/lists"}