{"id":13783028,"url":"https://github.com/tcort/lmc","last_synced_at":"2025-03-26T23:44:04.969Z","repository":{"id":11078827,"uuid":"13425064","full_name":"tcort/lmc","owner":"tcort","description":"a virtual machine implementation of Dr. Madnick's \"Little Man Computer\" along with an assembler.","archived":false,"fork":false,"pushed_at":"2017-11-25T16:25:53.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T05:26:12.241Z","etag":null,"topics":["interpreter","lmc","virtual-machine"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcort.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-08T20:42:56.000Z","updated_at":"2018-02-13T01:03:26.000Z","dependencies_parsed_at":"2022-07-09T23:30:36.746Z","dependency_job_id":null,"html_url":"https://github.com/tcort/lmc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcort%2Flmc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcort%2Flmc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcort%2Flmc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcort%2Flmc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcort","download_url":"https://codeload.github.com/tcort/lmc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245755604,"owners_count":20667027,"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":["interpreter","lmc","virtual-machine"],"created_at":"2024-08-03T18:01:51.387Z","updated_at":"2025-03-26T23:44:04.954Z","avatar_url":"https://github.com/tcort.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# lmc\n[![Build Status](https://api.travis-ci.org/tcort/lmc.png?branch=master)](http://travis-ci.org/tcort/lmc)\n\nLMC stands for Little Man Computer. It was created in 1965 by Dr. Stuart\nMadnick as a way to illustrate the basic features of a programmable computer.\n\nThis repository contains an implementation of a virtual LMC as well as an\nassembler to compile simple programs into byte code that can be executed\nby the virtual machine.\n\n## Requirements\n\n* C compiler and standard build tools (make, sh, autoconf/automake, ...).\n* lex or flex\n* yacc or bison\n\n## Building\n\nUse the following commands to build, test, and install LMC.\n\n    ./configure\n    make\n    make check\n    make install\n\n## Requirements for Cross Compiling (Target: mingw32)\n\n* Cross toolchain (ex: mingw32 on Debian)\n* lex or flex\n* yacc or bison\n* nsis (for generating an installer)\n* wine (for running the test suite)\n\n## Cross Compiling (Target: mingw32)\n\nUse the follow commands to cross compile LMC, run the test suite under wine,\nand generate an installer exe:\n\n    ./configure --host=i586-mingw32msvc\n    make\n    make check\n    makensis lmc.nsi\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcort%2Flmc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcort%2Flmc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcort%2Flmc/lists"}