首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Complete x86 Assembly Programming 120+ Practical Exercises
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2022-5-20 21:05
2024-12-23 05:57
301
5.43 GB
137
磁力链接
magnet:?xt=urn:btih:df7c7fc69b379c9d8949bb2d6e2ca49bfa192745
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmRmN2M3ZmM2OWIzNzljOWQ4OTQ5YmIyZDZlMmNhNDliZmExOTI3NDVaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Complete
x86
Assembly
Programming
120
Practical
Exercises
文件列表
2. Introduction/1. Introduction to the programming languages.mp4
10.51MB
2. Introduction/2. Introduction to the Assembly language.mp4
19.37MB
2. Introduction/3. Introduction to the computer's architecture.mp4
15.62MB
2. Introduction/4. The internal architecture of the 8086 processor.mp4
29.4MB
2. Introduction/5. Simulation of the main memory.mp4
22.39MB
2. Introduction/6. How to install emu8086.mp4
47.39MB
2. Introduction/7. First step.mp4
25.31MB
3. variables & constants/1. How and where define variables.mp4
32.59MB
3. variables & constants/2. The rules of naming a variable.mp4
12.26MB
3. variables & constants/3. Size directives.mp4
13.86MB
3. variables & constants/4. The Constants.mp4
29.93MB
3. variables & constants/5. Types of the numerical values.mp4
56.68MB
4. Basics/1. Data registers.mp4
13.61MB
4. Basics/2. Mov instruction.mp4
89.64MB
4. Basics/3. Mov instruction example I.mp4
98.9MB
4. Basics/4. Mov instruction example II.mp4
45.21MB
4. Basics/5. Xchg instruction.mp4
48.25MB
4. Basics/6. ADD & SUB instructions.mp4
33.79MB
4. Basics/7. ADD & SUB instructions example.mp4
57.07MB
4. Basics/8. INC DEC NEG instructions.mp4
44.17MB
4. Basics/9. INC DEC NEG instructions example.mp4
60.37MB
4. Basics/10. From binary to hexadecimal.mp4
30.93MB
4. Basics/11. The difference between the signed and unsigned numbers.mp4
55.52MB
4. Basics/12. How to choose the right size for a number.mp4
43.02MB
5. The flags/1. The Flags register.mp4
23.18MB
5. The flags/2. The overflow.mp4
46.72MB
5. The flags/3. The overflow in NEG instruction.mp4
19.04MB
5. The flags/4. SF ZF.mp4
37.69MB
5. The flags/5. SF ZF example.mp4
35.29MB
5. The flags/6. PF.mp4
29.44MB
6. The branching & Flow Control Instructions/1. Introduction to the branching.mp4
65.95MB
6. The branching & Flow Control Instructions/2. The branching -Part I.mp4
68.18MB
6. The branching & Flow Control Instructions/3. The branching -Part II.mp4
28.64MB
6. The branching & Flow Control Instructions/4. Branching example -overflow 1.mp4
30.78MB
6. The branching & Flow Control Instructions/5. Branching example -overflow 2.mp4
23.05MB
6. The branching & Flow Control Instructions/6. Branching example -comparing numbers.mp4
44.8MB
6. The branching & Flow Control Instructions/7. The branching -Part III (1).mp4
34.82MB
6. The branching & Flow Control Instructions/8. The branching instructions in the unsigned numbers -example.mp4
48.37MB
6. The branching & Flow Control Instructions/9. The branching -Part III (2).mp4
41.87MB
6. The branching & Flow Control Instructions/10. The branching instructions in the signed numbers -example.mp4
41.26MB
6. The branching & Flow Control Instructions/11. Using the branching instructions with PF -example.mp4
49.37MB
7. Data types -chars/1. Data types -chars.mp4
100.57MB
7. Data types -chars/2. How to print a char in the DOS screen.mp4
33.71MB
7. Data types -chars/3. How to read a char from the keyboard.mp4
26.8MB
7. Data types -chars/4. The DOS services -example.mp4
26.3MB
7. Data types -chars/5. Operations on the chars.mp4
54.49MB
7. Data types -chars/6. From the uppercase to the lowercase.mp4
61.23MB
7. Data types -chars/7. Read a digit -example.mp4
42.51MB
8. Text messages/1. How to print a message in the DOS screen.mp4
66.62MB
8. Text messages/2. From the lowercase to the uppercase.mp4
65.32MB
9. Simulate some high level languages instructions/1. Simple IF.mp4
40.71MB
9. Simulate some high level languages instructions/2. Complex IF.mp4
62.55MB
9. Simulate some high level languages instructions/3. IF-Else Condition.mp4
33.16MB
9. Simulate some high level languages instructions/4. The repeat loop.mp4
48.87MB
9. Simulate some high level languages instructions/5. The while loop.mp4
33.68MB
9. Simulate some high level languages instructions/6. The For loop.mp4
26.88MB
10. The program's segments/1. Segments registers.mp4
32.4MB
10. The program's segments/2. The offset.mp4
69.6MB
10. The program's segments/3. Memory models.mp4
37.54MB
10. The program's segments/4. Segments registers -notes.mp4
16.54MB
11. Arrays with one dimension/1. Introduction to arrays.mp4
24.57MB
11. Arrays with one dimension/2. How to define an array.mp4
29.74MB
11. Arrays with one dimension/3. The Sum of an array.mp4
108.68MB
11. Arrays with one dimension/4. Read & write in arrays.mp4
56.53MB
11. Arrays with one dimension/5. Max value in an array.mp4
37.4MB
11. Arrays with one dimension/6. Looking for a value in an array.mp4
36.95MB
11. Arrays with one dimension/7. Min value in an array.mp4
52.64MB
12. Addressing modes/1. Addressing modes I.mp4
34.39MB
12. Addressing modes/2. Addressing modes II.mp4
78.84MB
12. Addressing modes/3. Addressing modes -notes.mp4
66.77MB
12. Addressing modes/4. Counting the occurrence of the number 5 in an array.mp4
32.79MB
12. Addressing modes/5. Addressing modes III.mp4
66.68MB
13. Arrays with tow dimensions/1. Arrays with tow dimensions.mp4
21.4MB
13. Arrays with tow dimensions/2. How to index an array with tow dimensions.mp4
26.28MB
13. Arrays with tow dimensions/3. Max value in an array with tow dimensions.mp4
30.01MB
13. Arrays with tow dimensions/4. The sum of the third column.mp4
80.77MB
14. The bit-wise instructions/1. AND.mp4
20.75MB
14. The bit-wise instructions/2. OR XOR.mp4
51.54MB
14. The bit-wise instructions/3. How to know if a number is even.mp4
31.29MB
14. The bit-wise instructions/4. The masks.mp4
49.1MB
14. The bit-wise instructions/5. NEG instruction simulation.mp4
56.25MB
14. The bit-wise instructions/6. Converting between the uppercase & lowercase.mp4
35.11MB
14. The bit-wise instructions/7. TEST instruction.mp4
33.39MB
14. The bit-wise instructions/8. TEST instruction -examples.mp4
41.55MB
14. The bit-wise instructions/9. Other examples.mp4
22.39MB
14. The bit-wise instructions/10. NOT.mp4
22.12MB
15. The Shift & Rotation instructions/1. Shift left.mp4
38.02MB
15. The Shift & Rotation instructions/2. Using shift left in the multiplication.mp4
35.49MB
15. The Shift & Rotation instructions/3. How to count the number of 1 using SHL instruction.mp4
23.32MB
15. The Shift & Rotation instructions/4. Shift right.mp4
30.23MB
15. The Shift & Rotation instructions/5. The difference between SHR and SAR.mp4
16.53MB
15. The Shift & Rotation instructions/6. ROL RCL.mp4
44.89MB
15. The Shift & Rotation instructions/7. Reverse the content.mp4
26.17MB
15. The Shift & Rotation instructions/8. How to count the number of 1 using ROL instruction.mp4
23.32MB
15. The Shift & Rotation instructions/9. ROR RCR.mp4
16.48MB
16. A simple program/1. From binary to decimal 1.mp4
11.6MB
16. A simple program/2. From binary to decimal 2.mp4
41.14MB
16. A simple program/3. From binary to decimal 3.mp4
27.68MB
16. A simple program/4. From binary to decimal 4.mp4
26.5MB
17. Stack and procedures/1. Stack.mp4
56.03MB
17. Stack and procedures/2. XCHG instruction simulation.mp4
31.06MB
17. Stack and procedures/3. Reverse the elements of an array.mp4
41.99MB
17. Stack and procedures/4. Procedures.mp4
30.46MB
17. Stack and procedures/5. CALL & RET instructions.mp4
44.13MB
17. Stack and procedures/6. Procedures -examples.mp4
48.83MB
17. Stack and procedures/7. Procedure even or odd.mp4
74.56MB
17. Stack and procedures/8. The parameters and the returned value.mp4
105.59MB
17. Stack and procedures/9. Dealing with Stack -advanced ways.mp4
70.88MB
17. Stack and procedures/10. The Macros.mp4
32.88MB
17. Stack and procedures/11. Macros -example.mp4
21.88MB
17. Stack and procedures/12. Libraries.mp4
57.08MB
17. Stack and procedures/13. The emu8086.inc library.mp4
59.74MB
18. Loop/1. The Loop Instructions.mp4
48.12MB
19. The multiplication and the division/1. MUL Instruction.mp4
47.13MB
19. The multiplication and the division/2. How the MUL instruction changes the state of the flags.mp4
70.96MB
19. The multiplication and the division/3. DIV instruction.mp4
36.78MB
20. Dealing with texts/1. Introduction.mp4
56.8MB
20. Dealing with texts/2. Input & Output a String.mp4
42.69MB
20. Dealing with texts/3. MOVSB.mp4
73.93MB
20. Dealing with texts/4. STOSB.mp4
31.24MB
20. Dealing with texts/5. LODSB.mp4
33.53MB
20. Dealing with texts/6. SCASB.mp4
38.41MB
20. Dealing with texts/7. CMPSB.mp4
52.57MB
21. Other subjects/1. Print the date and time.mp4
34.74MB
21. Other subjects/2. Other resources.mp4
33.35MB
22. The course gift - Counting Systems & Data representation/1. Introduction.mp4
23.99MB
22. The course gift - Counting Systems & Data representation/2. From decimal to binary.mp4
27.58MB
22. The course gift - Counting Systems & Data representation/3. From binary to decimal.mp4
11.61MB
22. The course gift - Counting Systems & Data representation/4. From decimal to hexadecimal.mp4
19.49MB
22. The course gift - Counting Systems & Data representation/5. From hexadecimal to decimal.mp4
23.46MB
22. The course gift - Counting Systems & Data representation/6. From binary to hexadecimal.mp4
11.3MB
22. The course gift - Counting Systems & Data representation/7. Represent unsigned numbers.mp4
35.31MB
22. The course gift - Counting Systems & Data representation/8. The Addition operation.mp4
21.99MB
22. The course gift - Counting Systems & Data representation/9. Represent signed numbers.mp4
35.55MB
22. The course gift - Counting Systems & Data representation/10. How to read numbers.mp4
26.75MB
22. The course gift - Counting Systems & Data representation/11. The subtraction & multiplication.mp4
13.97MB
22. The course gift - Counting Systems & Data representation/12. The characters representation.mp4
44.67MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统