A Universal Cross Assembler For Microprocessors

碩士 === 淡江大學 === 資訊工程研究所 === 72 ===   This thesis presents a methodology of generating cross assembler --Universal Cross Assembler System (UCAS)-- it is universal because that it can be used to automatically generate sufficient mapping tablfor various microprocessors by giving some specific definiti...

Full description

Bibliographic Details
Main Authors: Shih, Rong-Jang, 施榮璋
Other Authors: Wu, Chwan-Chia
Format: Others
Language:zh-TW
Published: 1984
Online Access:http://ndltd.ncl.edu.tw/handle/66410428527456980169
Description
Summary:碩士 === 淡江大學 === 資訊工程研究所 === 72 ===   This thesis presents a methodology of generating cross assembler --Universal Cross Assembler System (UCAS)-- it is universal because that it can be used to automatically generate sufficient mapping tablfor various microprocessors by giving some specific definition descri commands, and then assemble the sourec assembly program. The methodo employs a dynamic binary tree technique to solve the problem of instr with forward-referenced symbols, the result is a one-pass cross assem that is faster than the two-pass type. To increase the portability, system is programmed in high level language--PASCAL.