{"id":15060033,"url":"https://github.com/dosasm/dosplay","last_synced_at":"2026-02-17T23:37:54.215Z","repository":{"id":256032192,"uuid":"854149156","full_name":"dosasm/dosplay","owner":"dosasm","description":"This project implements a webapp to run assembly, C tools in DOS environment in the dosplay folder","archived":false,"fork":false,"pushed_at":"2025-02-19T12:30:59.000Z","size":37482,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T00:25:46.372Z","etag":null,"topics":["assembly","dos","dosbox","turbo"],"latest_commit_sha":null,"homepage":"https://dosasm.github.io/dosplay/","language":"Assembly","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/dosasm.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-08T14:04:43.000Z","updated_at":"2025-02-19T12:30:56.000Z","dependencies_parsed_at":"2024-09-16T05:42:33.378Z","dependency_job_id":"a4531e50-8552-4f68-bfa2-8e884d54be97","html_url":"https://github.com/dosasm/dosplay","commit_stats":null,"previous_names":["dosasm/dosplay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dosasm/dosplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosasm%2Fdosplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosasm%2Fdosplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosasm%2Fdosplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosasm%2Fdosplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dosasm","download_url":"https://codeload.github.com/dosasm/dosplay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dosasm%2Fdosplay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29562485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assembly","dos","dosbox","turbo"],"created_at":"2024-09-24T22:51:30.201Z","updated_at":"2026-02-17T23:37:49.191Z","avatar_url":"https://github.com/dosasm.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dosplay: Run old DOS code in your browser\n\nDosplay is a work-in-progress project to run old DOS code in your browser.\nIt's \n\n- a js-dos bundle editor to edit your old dos game and softwares\n- a online compiler for Assembly and Turbo C, feel free to add more software in the `assembly-tools` folder.\n\nThis project will not work without js-dos's port of dosbox(x) to wasm.\nThanks to [caiiiycuk/js-dos](https://github.com/caiiiycuk/js-dos/).\n\n- [ ] hide the emscripten FS and only expose the DOSBox FS\n- [x] use indexdb to store history\n\n## Supported Urlparams\n\nTO run assembly quickly we have parameter as follows.\nA intuitive example is run famous Lei Jun's RAMinit(RI) with\n \u003chttp://dosasm.github.io/dosplay/RAMinit\u003e.\n(Note must use dosboxX. Dosbox may cause problem)\n\n- `emu`: the emulation type, can be\n    - `dosboxDirect` or `dosboxWorker`\n    - `xDirect` or `xWorkder`\n- `bundle`: the bundle file name, the site hosted following bundles\n    - `MASM-v6.11`: \n    - `MASM-v5.00`: \n    - `TASM`:   Turbo Assembly compiler\n    - `TurboC`: A Turbo C compiler\n- `start`: start the js-dos emulator, specify `false` to disable auto start\n\nAlso, we have paramenters about editor.\n\n- `open`: the path to open in the editor\n- `content`: the content to write to the editor\n-  `bc`: the base64 content to write to the editor\n- `run_cmd`: the command to run\n\n## Examples\n\n- Tetris: \u003chttp://dosasm.github.io/dosplay/?emu=xWorker\u0026bundle=TASM\u0026open=%2FC%2Fassembly%2Ffun%2FCube.asm\u0026run_cmd=run\u003e\n- Piano: \u003chttp://dosasm.github.io/dosplay/?emu=xWorker\u0026bundle=TASM\u0026open=%2FC%2Fassembly%2Ffun%2Fpiano.asm\u0026run_cmd=run\u003e\n- Tic - Tac - Toe: \u003chttp://dosasm.github.io/dosplay/?emu=xWorker\u0026bundle=TASM\u0026open=%2FC%2Fassembly%2Ffun%2FTic.asm\u0026run_cmd=run\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosasm%2Fdosplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosasm%2Fdosplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosasm%2Fdosplay/lists"}