eryar

PipeCAD - Plant Piping Design Software.
RvmTranslator - Translate AVEVA RVM to OBJ, glTF, etc.
posts - 603, comments - 590, trackbacks - 0, articles - 0

04 2016 档案

     摘要: Assembly Loop.  阅读全文

posted @ 2016-04-27 22:01 eryar 阅读(1264) | 评论 (0)  编辑 |

     摘要: The IsoAlgo means the Piping Isometric Drawing Algorithm which can be used to generate the isometrics for pipeline. It reads Piping Component File(PCF) and generates the piping isometric drawing in DXF format.   阅读全文

posted @ 2016-04-25 22:28 eryar 阅读(1062) | 评论 (0)  编辑 |

     摘要: 汇编程序输出字符到窗口。  阅读全文

posted @ 2016-04-16 18:59 eryar 阅读(1490) | 评论 (0)  编辑 |

     摘要: 以前都是在Debug程序中写一些指令来测试,现在可以开始编写完整的汇编语言程序,用编译和连接程序将汇编代码编译连接成可执行程序。对于从TC2.0学习C语言的人来说,编译连接汇编代码与C代码很相似,有点亲切感。都要经历编写源码,然后编译源码生成目标OBJ文件;再通过连接将OBJ连接成可执行程序。  阅读全文

posted @ 2016-04-13 23:31 eryar 阅读(1370) | 评论 (2)  编辑 |

     摘要: 8086CPU在访问内存时要由相关部件提供内存单元的段地址和偏移地址,送入地址加法器合成物理地址。段地址在8086CPU的段寄存器中存放,8086CPU有4个段寄存器:CS,DS,SS,ES。

CS为Code Segment,代码段寄存器,结合指令指针寄存器IP(Instruction Pointer)来确定要执行的下一条指令的内存地址;

DS为Data Segment,数据段寄存器;

SS为Stack Segment,栈段寄存器;

ES为Extra Segment,附加寄存器;
  阅读全文

posted @ 2016-04-12 23:49 eryar 阅读(1196) | 评论 (0)  编辑 |

     摘要: CPU 指令寄存器。  阅读全文

posted @ 2016-04-10 23:56 eryar 阅读(1628) | 评论 (1)  编辑 |

     摘要: Run debug in Windows7 to learn assembly language.  阅读全文

posted @ 2016-04-09 17:44 eryar 阅读(1585) | 评论 (0)  编辑 |