emu8086:用Ruby和JavaScript编写的8086仿真器

时间:2024-02-25 22:52:38
【文件属性】:

文件名称:emu8086:用Ruby和JavaScript编写的8086仿真器

文件大小:58KB

文件格式:ZIP

更新时间:2024-02-25 22:52:38

emulator 8086 EmulatorJavaScript

8086仿真器 用JavaScript重写的8086 Emulator程序(以前的在这里)。 安装 使用npm安装核心模块和命令行工具 $ npm install -g js8086 使用Web客户端安装 $ git clone https://github.com/WindProphet/emu8086/ $ cd emu8086 $ npm install 生成并运行emu8086 Web客户端 $ npm start 使用启动应用程序 $ npm run electron 用法 命令行工具(cli) $ emu8086 [option] 此功能正在开发中。 组装工 汇编程序正在开发中。


【文件预览】:
emu8086-master
----.gitignore(66B)
----package.json(1KB)
----src()
--------Title.js(371B)
--------index.js(174B)
--------Title.css(240B)
--------Control.js(4KB)
--------App.js(3KB)
--------Component.js(11KB)
--------App.css(506B)
--------Component.css(2KB)
--------index.css(229B)
--------Control.css(1KB)
----bin()
--------as.js(20B)
--------console.js(20B)
----LICENSE(1KB)
----public()
--------favicon.png(2KB)
--------symbol.png(28KB)
--------index.html(1KB)
----index.js(120B)
----README.md(936B)
----lib()
--------debug.js(5KB)
--------instruction.js(29KB)
--------expression.js(5KB)
--------core.js(12KB)
----.vscode()
--------launch.json(2KB)
----.npmignore(62B)
----test()
--------codegolf.8086(469B)
--------file.js(607B)
--------command.js(196B)
--------screen.js(1KB)
--------register.js(612B)
----.editorconfig(258B)
----electron.js(2KB)
----cat.js(296B)

网友评论