پاورپوینت تجزيه وتحليل قطعه برنامه هاي زبان اسمبلي Z80 (با کیفیت)
دسته بندي :
علوم پایه »
دانلود پاورپوینت های علمی
لینک دانلود و خرید پایین توضیحات
دسته بندی : پاورپوینت
نوع فایل : 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