{"id":17305297,"url":"https://github.com/splittydev/imardin2","last_synced_at":"2025-03-26T23:23:25.655Z","repository":{"id":92724968,"uuid":"44330128","full_name":"SplittyDev/Imardin2","owner":"SplittyDev","description":"Imardin Virtual Machine 2","archived":false,"fork":false,"pushed_at":"2015-10-15T19:26:18.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T18:55:30.156Z","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/SplittyDev.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":"2015-10-15T16:19:25.000Z","updated_at":"2015-10-15T16:20:23.000Z","dependencies_parsed_at":"2023-03-12T09:46:56.390Z","dependency_job_id":null,"html_url":"https://github.com/SplittyDev/Imardin2","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/SplittyDev%2FImardin2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SplittyDev%2FImardin2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SplittyDev%2FImardin2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SplittyDev%2FImardin2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SplittyDev","download_url":"https://codeload.github.com/SplittyDev/Imardin2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245750827,"owners_count":20666250,"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-15T11:55:16.616Z","updated_at":"2025-03-26T23:23:25.638Z","avatar_url":"https://github.com/SplittyDev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imardin2\nImardin2 is a virtual machine with its own assembly language.  \nIt contains an assembler (imc), the vm itself (imvm) and a library for shared code.\n\n# imc\nimc is the imardin assembler.  \nIt takes an assembly source file as input and spits out bytecode targetting the imardin vm.\n\nAn example assembly file may look like the following:\n```asm\njmp main\n\nmain:\n  mov %eax, 0x10 # move 0x10 into the eax register\n```\n\nCommand-line arguments and switches:\n\n| Argument | Description\n| -------- | -----------\n| -i       | Input source\n| -o       | Output binary\n\n# imvm\nimvm is the imardin vm.  \nIt takes compiled imardin bytecode as input and interprets it.\n\nCommand-line arguments and switches:\n\n| Argument       | Description\n| -------------- | -----------\n| -i             | Input binary\n| -m\u003cbr\u003e--memory | Memory size\n| -s\u003cbr\u003e--stack  |  Stack address\n\nPlease be aware that the stack grows to the top,  \nso be sure to allocate enough space for the stack.  \nYou can also use . as stack address to place it at the end of the memory.\n\n# libImardin2\nlibImardin2 is a dynamic link library that contains most of the code that  \nimc and the imvm use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplittydev%2Fimardin2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplittydev%2Fimardin2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplittydev%2Fimardin2/lists"}