{"id":13630753,"url":"https://github.com/xem/minix86","last_synced_at":"2026-01-19T01:07:17.560Z","repository":{"id":148733288,"uuid":"69459749","full_name":"xem/minix86","owner":"xem","description":"x86 (MS-DOS) documentation, disassembler and emulator - WIP","archived":false,"fork":false,"pushed_at":"2017-01-26T08:08:09.000Z","size":33350,"stargazers_count":305,"open_issues_count":0,"forks_count":26,"subscribers_count":15,"default_branch":"gh-pages","last_synced_at":"2024-11-08T22:36:46.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/xem.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-28T12:12:31.000Z","updated_at":"2024-11-06T21:21:48.000Z","dependencies_parsed_at":"2023-05-28T19:15:21.988Z","dependency_job_id":null,"html_url":"https://github.com/xem/minix86","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/xem%2Fminix86","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xem%2Fminix86/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xem%2Fminix86/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xem%2Fminix86/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xem","download_url":"https://codeload.github.com/xem/minix86/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249360020,"owners_count":21257152,"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-01T22:01:58.502Z","updated_at":"2026-01-19T01:07:17.555Z","avatar_url":"https://github.com/xem.png","language":"HTML","funding_links":[],"categories":["HTML","Links"],"sub_categories":[],"readme":"mini x86\n==\n\nA x86 documentation, disassembler and emulator (in pure JS) optimized for running (MS-DOS) .COM files.\n\n---\n\n### Documentation:\n\n- TL;DR: https://github.com/xem/minix86/blob/gh-pages/TLDR.md (wip)\n\n- Instructions table: https://github.com/xem/minix86/blob/gh-pages/instructions.md (wip)\n  \n- Intel documentation converted in HTML:\n  - vol 1: http://xem.github.io/minix86/manual/intel-x86-and-64-manual-vol1/o_7281d5ea06a5b67a.html\n  - vol 2: http://xem.github.io/minix86/manual/intel-x86-and-64-manual-vol2/o_b5573232dd8f1481.html\n  - vol 3: http://xem.github.io/minix86/manual/intel-x86-and-64-manual-vol3/o_fe12b1e2a880e0ce.html\n\n---\n\n### Apps:\n\n- disassembler (WIP): http://xem.github.io/minix86/src/disassembler.html\n- emulator: coming soon! (emulator.html)\n\nBonus:\n\n- Tiny tool to convert a file into an array of bytes: http://xem.github.io/minix86/src/bytes.html\n\n---\n\n### Demos included:\n\n**Tutos from http://www.sizecoding.org:**\n\n- hello world\n- xor pattern\n- xor pattern animated (supports Esc key)\n- tunnel (with FPU instructions)\n\n**sub-256b demos from Pouët:**\n\n- 32b FIRE EFFECT by ribbon: http://www.pouet.net/prod.php?which=13729\n- 32b FIRE EFFECT v2 by ribbon: http://www.pouet.net/prod.php?which=29411\n- DRAGON FADE by HellMood: http://www.pouet.net/prod.php?which=63522\n- M8TRIX by HellMood: http://www.pouet.net/prod.php?which=63126\n- POINT16B by Desire: http://www.pouet.net/prod.php?which=63826\n- FIREWAVE byDesire: http://www.pouet.net/prod.php?which=67949\n- DIROJED by Řrřola: http://www.pouet.net/prod.php?which=28913\n- FR01 by farbrausch: http://www.pouet.net/prod.php?which=8697\n\n**256b demos from pouet:**\n\n- FUTURA by red sector inc: http://www.pouet.net/prod.php?which=66806\n- MEGAPOLE by red sector inc: http://www.pouet.net/prod.php?which=66372\n- TUBE by 3SC: http://www.pouet.net/prod.php?which=3397\n- 4IS256 by Řrřola: http://www.pouet.net/prod.php?which=29286\n- ATRAKTOR by Řrřola: http://www.pouet.net/prod.php?which=68148\n- PULS by Řrřola: http://www.pouet.net/prod.php?which=53816\n- SYMETRIE by Řrřola: http://www.pouet.net/prod.php?which=32589\n- QUATRO by Desire and sensenstahl: http://www.pouet.net/prod.php?which=68020\n\n**4kb:**\n\n- Motion sickness by Yobi/wAMMA: http://www.pouet.net/prod.php?which=6404\n\n---\n\n### Assets\n\n- VGA palette: http://xem.github.io/minix86/src/vga-palette.png\n- CP437 charset: http://xem.github.io/minix86/src/cp437.png\n\n- Logo: http://xem.github.io/minix86/logo.png\n\n---\n\n### News\n\n- 31/12: unofficial HN thread: https://news.ycombinator.com/item?id=13291052 (4.3k visits, 28 forks and 200 stars in 3 days!)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxem%2Fminix86","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxem%2Fminix86","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxem%2Fminix86/lists"}