{"id":13782912,"url":"https://github.com/jelaas/jelvm","last_synced_at":"2026-02-03T20:50:20.259Z","repository":{"id":1468665,"uuid":"1708224","full_name":"jelaas/jelvm","owner":"jelaas","description":"a small virtual machine interpreter","archived":false,"fork":false,"pushed_at":"2011-05-09T11:10:19.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:16:58.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jelaas.png","metadata":{"files":{"readme":"README","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}},"created_at":"2011-05-05T20:16:26.000Z","updated_at":"2014-01-16T15:28:13.000Z","dependencies_parsed_at":"2022-07-07T12:44:53.939Z","dependency_job_id":null,"html_url":"https://github.com/jelaas/jelvm","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/jelaas%2Fjelvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jelaas%2Fjelvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jelaas%2Fjelvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jelaas%2Fjelvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jelaas","download_url":"https://codeload.github.com/jelaas/jelvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253596026,"owners_count":21933496,"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-08-03T18:01:47.859Z","updated_at":"2026-02-03T20:50:20.217Z","avatar_url":"https://github.com/jelaas.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"jelvm is a small virtual machine interpreter.\n\nThe aim is to have a small vm that can be targeted by high level language compilers.\nPerformance is not the first priority. Simplicity is important.\nIt is possible to call C functions from the vm code.\nThere is a system call interface for performing kernel system calls.\nAn assembler is included: see \"jelvm_instruction_set.txt\" and the as-jelvm program.\n\nYou can easily include the vm in any C program and execute jelvm code via a simple function call.\n\nProject status: In progress. The 'helloworld.s' program compiles and runs correctly.\n\t\tBugs need to be found and corrected. More documentation to write.\n\t\tLarger example program needed.\n\n--------------------------------------------------------------\njelvm [-h] [-v] [-D] [program]\n  -h  display this help\n  -v  verbose\n  -D  debugging information concerning the virtual machine\n\njelvm reads compiled code from \u003cprogram\u003e or from stdin.\nExecution via the #! format is supported.\n\nas-jelvm [-h] [-v] [-D]\n  -h  display this help\n  -v  verbose\n  -D  debugging information concerning the assembler\n\nas-jelvm reads assembler sourcecode from stdin.\nOutputs compiled code to stdout.\nEx: as-jelvm \u003c source.s \u003e prg\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjelaas%2Fjelvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjelaas%2Fjelvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjelaas%2Fjelvm/lists"}