{"id":17154474,"url":"https://github.com/aitjcize/toyvm","last_synced_at":"2025-03-24T13:25:09.793Z","repository":{"id":7595327,"uuid":"8952086","full_name":"aitjcize/ToyVM","owner":"aitjcize","description":"Virtual machine for executing Princeton I2CS Toy ISA","archived":false,"fork":false,"pushed_at":"2013-03-22T13:28:55.000Z","size":128,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T18:31:49.942Z","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/aitjcize.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":"2013-03-22T13:07:13.000Z","updated_at":"2024-09-03T15:29:51.000Z","dependencies_parsed_at":"2022-09-06T02:10:38.484Z","dependency_job_id":null,"html_url":"https://github.com/aitjcize/ToyVM","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/aitjcize%2FToyVM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitjcize%2FToyVM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitjcize%2FToyVM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aitjcize%2FToyVM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aitjcize","download_url":"https://codeload.github.com/aitjcize/ToyVM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245277424,"owners_count":20589152,"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-14T21:49:17.909Z","updated_at":"2025-03-24T13:25:09.773Z","avatar_url":"https://github.com/aitjcize.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toy Virtual Machine\nVirtual machine for executing [Toy ISA](http://introcs.cs.princeton.edu/xtoy/) created by Introduction to CS, Princeton University.\n\n## Features\n* GDB-like debug interface\n* Allow setting breakpoint\n\n## Usage\n    Usage: toyvm [-d] [-v] ToyFile [InputFile]\n           toyvm [--version| -h| --help]\n    \n    NORMAL MODE\n        -d            Enter Debug Mode\n        -v            Verbose mode\n        ToyFile       *.toy file you want to run.\n        InputFile     This is optional, using InputFile instead of manually input.\n        -h, --help    Show this help list.\n        --version     Show version.\n    \n    DEBUG MODE\n        run, r        Run program\n        step, s       Run program in step mode, each line is shown before executing.\n    \n        next, n       Execute next program line (after stopping).\n        continue, c   Continue  running your program (after stopping, e.g. at a\n                      break point).\n        break [LINE]  Set a breakpoint, program will pause at break point.\n        info          Show breakpoint information.\n        delete [NUM]  Delete a breakpoint, NUM can be found by the `info' command.\n        reg           Show register data.\n        list [FMT]    List memory file. FMT can be a line or a range. If a line is\n                      entered, list will show 13 line around it. If a ragne like\n                      A..B is entered, list will show lines from A to B.\n        disasm [FMT]  Disassemble the lines specified by FMT. FMT is same as the\n                      FMT in `list'.\n        verbose, v    Verbose mode, every instruction is shown before executing.\n        noverbose, nv Disable verbose mode.\n        quit, q       Quit toyvm debuger.\n\n## Bugs\nPlease report bugs to Aitjcize \u003caitjcize@gmail.com\u003e\n\n## Contributing\n1. Fork it\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitjcize%2Ftoyvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faitjcize%2Ftoyvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faitjcize%2Ftoyvm/lists"}