Dosplay is a work-in-progress project to run old DOS code in your browser. It's
- a js-dos bundle editor to edit your old dos game and softwares
- a online compiler for Assembly and Turbo C, feel free to add more software in the
assembly-tools
folder.
This project will not work without js-dos's port of dosbox(x) to wasm. Thanks to caiiiycuk/js-dos.
emu
: the emulation type, can bedosboxDirect
ordosboxWorker
XDirect
orXWorkder
bundle
: the bundle file name, the site hosted following bundlesMASM-v6.11
:MASM-v5.00
:TASM
: Turbo Assembly compilerTurboC
: A Turbo C compiler
start
: start the js-dos emulator
If you specified the following parameter collection,
the js-dos emulator will be started automatically.
Following two parameters will write the content to the path.
Parameter content
can be replace to bc
for a base64 string.
content
: the content to write to the editorwrite
: the path for the content