تجزيه وتحليل قطعه برنامه هاي زبان اسمبلي Z80
فرمت فایل: پاورپوینت – powerpoint,
( — قابل ویرایش )
تعداد اسلاید : 89 1 تجزيه وتحليل قطعه برنامه هاي زبان اسمبلي Z80 2 3 Inside Computer: Implement Instruction Set Processor Control takes program as input; it interprets each instruction and tells the Datapath to operate on data via ALU, memory and registers Control Datapath R E G I S T E R S ALU DEVICES IN PUT OUT PUT Main Memory PC 4 فرمت دستورالعمل ها در زبان اسمبلي LABEL: OPCODE OPERANDS; COMMENTS optional mandatory 5 اسمبلر دو گذره First Pass: scan program file find all labels and calculate the corresponding addresses; this is called the symbol table Second Pass: convert…