提交 c8ab8702 创建 作者: 李川's avatar 李川 提交者: 宋海霞

更新8086汇编器

上级 6d3a6500
*.cir
*.xml
*.bak
/.vs
\ No newline at end of file
没有这种文件类型的预览
......@@ -773,7 +773,7 @@
<rect fill="#80ff80" height="800" stroke="#800000" stroke-width="1" width="700" x="648" y="2057"/>
<text alignment-baseline="after-edge" fill="#000080" font-family="Times New Roman" font-size="200" font-weight="700" text-anchor="start" x="648" y="1957">FLAG</text>
<text alignment-baseline="after-edge" fill="#000080" font-family="Times New Roman" font-size="200" font-weight="700" text-anchor="start" x="638" y="1937">FLAG</text>
<text alignment-baseline="after-edge" fill="#000080" font-family="Times New Roman" font-size="25" font-weight="400" text-anchor="start" x="648" y="2007">FLAG.dlsche</text>
......
没有这种文件类型的预览
这个 源代码变更 因为 太大 而不能显示。 你可以 浏览blob
没有这种文件类型的预览
差异被折叠。
没有这种文件类型的预览
......@@ -693,7 +693,7 @@
<text alignment-baseline="after-edge" fill="#800000" font-family="Times New Roman" font-size="25" font-weight="400" text-anchor="start" x="1521" y="2238">UPC_RESET_EN</text>
<text alignment-baseline="after-edge" fill="#000000" font-family="微软雅黑" font-size="250" font-weight="700" text-anchor="start" x="3021" y="638">指令译码控制单元CU</text>
<text alignment-baseline="after-edge" fill="#000000" font-family="微软雅黑" font-size="250" font-weight="700" text-anchor="start" x="2991" y="758">指令译码控制单元CU</text>
<line stroke="#000000" stroke-linecap="round" stroke-width="5" x1="2961" x2="2911" y1="2888" y2="2888"/>
......
没有这种文件类型的预览
差异被折叠。
没有这种文件类型的预览
这个 源代码变更 因为 太大 而不能显示。 你可以 浏览blob
没有这种文件类型的预览
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<svg height="8577" version="1.1" width="4553" xmlns="http://www.w3.org/2000/svg">
<svg height="8577" version="1.1" width="4502" xmlns="http://www.w3.org/2000/svg">
<polyline fill="none" points="2911 1417, 3261 1417, 3661 1417, 3661 2897, 3261 2897, 2911 2897" stroke="#0000ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
......@@ -1571,7 +1571,7 @@
<polyline fill="none" points="2911 5717, 3941 5717, 3941 4987" stroke="#0000ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
<text alignment-baseline="after-edge" fill="#000000" font-family="微软雅黑" font-size="250" font-weight="700" text-anchor="start" x="2771" y="997">寄存器堆REGS</text>
<text alignment-baseline="after-edge" fill="#000000" font-family="微软雅黑" font-size="250" font-weight="700" text-anchor="start" x="2721" y="937">寄存器堆REGS</text>
<polyline fill="none" points="1981 3627, 1461 3627" stroke="#0000ff" stroke-linecap="round" stroke-linejoin="round" stroke-width="5"/>
......
......@@ -566,7 +566,7 @@ int match_keyword(const char* token)
void version_msg()
{
printf(
"Engintime DM1000 8位模型机微指令汇编器 [版本 2.0]\n"
"8086微指令汇编器 [版本 2.0]\n"
"版权所有 (c) 2008-2018 北京英真时代科技有限公司。保留所有权利。\n"
);
}
......@@ -575,7 +575,7 @@ void version_msg()
void help_msg()
{
printf(
"Engintime DM1000 8位模型机微指令汇编器。\n\n"
"8086微指令汇编器。\n\n"
"用法:\n\n"
" microasm.exe micro_file_name [options]\n\n"
"选项:\n\n"
......
没有这种文件类型的预览
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论