لینک دانلود و خرید پایین توضیحات
دسته بندی : پاورپوینت
نوع فایل : powerpoint (..ppt) ( قابل ویرایش و آماده پرینت )
تعداد اسلاید : 89 اسلاید
قسمتی از متن powerpoint (..ppt) :
بنام خدا
1
2
تجزیه وتحلیل قطعه برنامه های
زبان اسمبلی Z80
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 instructions to machine language,using information from symbol table