摘要: Assembly Loop. 閱讀全文
posted @ 2016-04-27 22:01 eryar 閱讀(1306) | 評論 (0) 編輯 |
posts - 606, comments - 590, trackbacks - 0, articles - 0 |
||
04 2016 檔案 摘要: 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 閱讀(1106) | 評論 (0) 編輯 | 摘要: 以前都是在Debug程序中寫一些指令來測試,現在可以開始編寫完整的匯編語言程序,用編譯和連接程序將匯編代碼編譯連接成可執行程序。對于從TC2.0學習C語言的人來說,編譯連接匯編代碼與C代碼很相似,有點親切感。都要經歷編寫源碼,然后編譯源碼生成目標OBJ文件;再通過連接將OBJ連接成可執行程序。 閱讀全文
posted @ 2016-04-13 23:31 eryar 閱讀(1403) | 評論 (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 閱讀(1234) | 評論 (0) 編輯 | 摘要: Run debug in Windows7 to learn assembly language. 閱讀全文
posted @ 2016-04-09 17:44 eryar 閱讀(1628) | 評論 (0) 編輯 |
|
||