提交 e7b48bfe 创建 作者: 赵鹏翀's avatar 赵鹏翀

添加四位阵列乘法器

上级 df5def69
......@@ -9,6 +9,8 @@
<file relativepath="MEM.dlsche"/>
<file relativepath="CU.dlsche"/>
<file relativepath="uPC_NEXT.dlsche"/>
<file relativepath="MUL.dlsche"/>
<file relativepath="MUL_unit.dlsche"/>
</filefolder>
<filefolder id="80f1035e-e898-408b-bb0c-e69c72ad13b4" name="汇编源程序">
<file relativepath="ram.asm"/>
......
添加文件
差异被折叠。
添加文件
差异被折叠。
; 示例程序
.text
mov a, 0x1
and a, 0x3
mov r0, 16 ;将立即数 16 传送到寄存器 r0
mov a, num ;将标号 num 指定的存储单元内容复制到累加器 a 中
add a, r0 ;将累加器 a 与寄存器 r0 相加,结果写回 a 中
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论