ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
لینک دانلود و خرید پایین توضیحات
دسته بندی : پاورپوینت
نوع فایل : 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