{"id":16627005,"url":"https://github.com/eatonphil/x86e","last_synced_at":"2025-03-16T22:30:47.020Z","repository":{"id":44145578,"uuid":"182343106","full_name":"eatonphil/x86e","owner":"eatonphil","description":"A simple x86 emulator, debugger, and editor in JavaScript.","archived":false,"fork":false,"pushed_at":"2023-01-03T20:16:21.000Z","size":3165,"stargazers_count":102,"open_issues_count":11,"forks_count":8,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-16T06:11:21.306Z","etag":null,"topics":["amd64","assembly","emulator","javascript","linux","x86","x86-64"],"latest_commit_sha":null,"homepage":"http://notes.eatonphil.com/emulator-basics-a-stack-and-register-machine.html","language":"JavaScript","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/eatonphil.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}},"created_at":"2019-04-20T00:59:40.000Z","updated_at":"2025-03-13T02:45:42.000Z","dependencies_parsed_at":"2023-02-01T09:30:27.188Z","dependency_job_id":null,"html_url":"https://github.com/eatonphil/x86e","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/eatonphil%2Fx86e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatonphil%2Fx86e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatonphil%2Fx86e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatonphil%2Fx86e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eatonphil","download_url":"https://codeload.github.com/eatonphil/x86e/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243944448,"owners_count":20372814,"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":["amd64","assembly","emulator","javascript","linux","x86","x86-64"],"created_at":"2024-10-12T04:12:59.597Z","updated_at":"2025-03-16T22:30:46.680Z","avatar_url":"https://github.com/eatonphil.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# x86e\n\nA simple x86 emulator, debugger, and editor in JavaScript.\n\n![Alt text](/screenshot.png?raw=true \"Screenshot\")\n\n### Example using the browser\n\n```bash\n$ yarn\n$ yarn build \u0026\n$ open localhost:1234\n```\n\n### Example using Node.js\n\n```bash\n$ yarn\n$ yarn build-cli\n$ cat examples/plus.c\nint plus(int a, int b) { return a + b; }\n\nint main() { return plus(1, plus(2, 3)); }\n$ gcc -S -masm=intel -o examples/plus.s examples/plus.c\n$ node dist examples/plus.s\n$ echo $?\n6\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featonphil%2Fx86e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Featonphil%2Fx86e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featonphil%2Fx86e/lists"}