1 Star 1 Fork 0

飘尘/WeiHaiMIPS译码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
飘尘 提交于 2023-11-23 21:47 . 更新文件处理内容
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WeiHaiMIPS汇编转机器码</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div class="container" id="container">
<img
src="https://pic.baike.soso.com/ugc/baikepic2/19600/20180227161041-1231386841_jpg_904_609_72018.jpg/0"
alt="HIT校徽"
style="width: 180px;"
class="HIT-img"
>
<span class="index-title">WeiHaiMIPS汇编转机器码 - By PC</span>
<span class="index-explain" id="explain">点击此处查看使用说明(使用前必读!)</span>
<input
type="text"
placeholder="请输入指令,指令的逗号后必须加空格。鼠标放上点右键即可粘贴。"
id="input"
class="index-input"
autofocus
>
<button id="btn-reset" class="btn reset">重置</button>
<button id="btn" class="btn change">转换</button>
<div class="show-container re1">
<span style="user-select: none; font-weight: 600;">正确格式示例:</span>
<span class="res-res">add $5, $6, $5</span>
</div>
<div class="show-container re2">
<span class="res-title">指令对应二进制码:</span>
<span id="result" class="res-res"></span>
</div>
<div class="show-container re3">
<span class="res-title">指令对应十六进制码:</span>
<span id="result16" class="res-res"></span>
</div>
<div class="show-container re4">
<button id="templateBtn" class="btn reset">下载模板</button>
<button id="fileBtn" class="btn reset">上传TXT</button>
</div>
</div>
<input type="file" id="file" style="display: none;">
</body>
<script src="./index.js"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/piao-chen/wei-hai-mips-decoding.git
git@gitee.com:piao-chen/wei-hai-mips-decoding.git
piao-chen
wei-hai-mips-decoding
WeiHaiMIPS译码
master

搜索帮助