Complete x86 Assembly Programming 120+ Practical Exercises - TorrentBank

File Name:Complete x86 Assembly Programming 120+ Practical Exercises

Create Tool:

Create Time:1970-01-01 08:00:00

File Size:5.43 GB

File Count:432

File Hash:df7c7fc69b379c9d8949bb2d6e2ca49bfa192745

Magnet Link:

Magnet Link:

Torrent File:

1. NOTE/NOTE.html 653 B
2. Introduction/1. Introduction to the programming languages.mp4 10.51 MB
2. Introduction/1. Introduction to the programming languages-en_US.srt 2.36 KB
2. Introduction/2. Introduction to the Assembly language.mp4 19.37 MB
2. Introduction/2. Introduction to the Assembly language-en_US.srt 3.04 KB
2. Introduction/3. Introduction to the computer's architecture.mp4 15.62 MB
2. Introduction/3. Introduction to the computer's architecture-en_US.srt 2.93 KB
2. Introduction/4. The internal architecture of the 8086 processor.mp4 29.40 MB
2. Introduction/4. The internal architecture of the 8086 processor-en_US.srt 3.27 KB
2. Introduction/5. Simulation of the main memory.mp4 22.39 MB
2. Introduction/5. Simulation of the main memory-en_US.srt 2.43 KB
2. Introduction/6. How to install emu8086.mp4 47.39 MB
2. Introduction/6. How to install emu8086-en_US.srt 3.21 KB
2. Introduction/7. First step.mp4 25.31 MB
2. Introduction/7. First step-en_US.srt 5.09 KB
2. Introduction/get-started.txt 141 B
3. variables & constants/1. How and where define variables.mp4 32.59 MB
3. variables & constants/1. How and where define variables-en_US.srt 7.69 KB
3. variables & constants/2. The rules of naming a variable.mp4 12.26 MB
3. variables & constants/2. The rules of naming a variable-en_US.srt 2.20 KB
3. variables & constants/3. Size directives.mp4 13.86 MB
3. variables & constants/3. Size directives-en_US.srt 2.08 KB
3. variables & constants/4. The Constants.mp4 29.93 MB
3. variables & constants/4. The Constants-en_US.srt 3.48 KB
3. variables & constants/5. Types of the numerical values.mp4 56.68 MB
3. variables & constants/5. Types of the numerical values-en_US.srt 9.85 KB
3. variables & constants/constant.txt 156 B
3. variables & constants/data-types.txt 267 B
3. variables & constants/define-variables.txt 179 B
3. variables & constants/size-directives.txt 228 B
4. Basics/1. Data registers.mp4 13.61 MB
4. Basics/1. Data registers-en_US.srt 1.48 KB
4. Basics/2. Mov instruction.mp4 89.64 MB
4. Basics/2. Mov instruction-en_US.srt 7.54 KB
4. Basics/3. Mov instruction example I.mp4 98.90 MB
4. Basics/3. Mov instruction example I-en_US.srt 9.36 KB
4. Basics/4. Mov instruction example II.mp4 45.21 MB
4. Basics/4. Mov instruction example II-en_US.srt 5.02 KB
4. Basics/5. Xchg instruction.mp4 48.25 MB
4. Basics/5. Xchg instruction-en_US.srt 3.10 KB
4. Basics/6. ADD & SUB instructions.mp4 33.79 MB
4. Basics/6. ADD & SUB instructions-en_US.srt 4.14 KB
4. Basics/7. ADD & SUB instructions example.mp4 57.07 MB
4. Basics/7. ADD & SUB instructions example-en_US.srt 5.39 KB
4. Basics/8. INC DEC NEG instructions.mp4 44.17 MB
4. Basics/8. INC DEC NEG instructions-en_US.srt 3.21 KB
4. Basics/9. INC DEC NEG instructions example.mp4 60.37 MB
4. Basics/9. INC DEC NEG instructions example-en_US.srt 6.83 KB
4. Basics/10. From binary to hexadecimal.mp4 30.93 MB
4. Basics/10. From binary to hexadecimal-en_US.srt 4.59 KB
4. Basics/11. The difference between the signed and unsigned numbers.mp4 55.52 MB
4. Basics/11. The difference between the signed and unsigned numbers-en_US.srt 5.66 KB
4. Basics/12. How to choose the right size for a number.mp4 43.02 MB
4. Basics/12. How to choose the right size for a number-en_US.srt 3.94 KB
4. Basics/add-sub.txt 702 B
4. Basics/add-sub-ex.docx 12.80 KB
4. Basics/add-sub-ex.txt 276 B
4. Basics/bin-to-hex.docx 15.07 KB
4. Basics/inc-dec-neg.txt 573 B
4. Basics/inc-dec-neg-ex.docx 13.06 KB
4. Basics/inc-dec-neg-ex.txt 331 B
4. Basics/mov.txt 321 B
4. Basics/mov-ex1.docx 12.93 KB
4. Basics/mov-ex1.txt 269 B
4. Basics/mov-ex2.docx 18.44 KB
4. Basics/mov-ex2.txt 204 B
4. Basics/unsigned-vs-signed.docx 11.84 KB
4. Basics/xchg.txt 311 B
5. The flags/1. The Flags register.mp4 23.18 MB
5. The flags/1. The Flags register-en_US.srt 3.12 KB
5. The flags/2. The overflow.mp4 46.72 MB
5. The flags/2. The overflow-en_US.srt 4.21 KB
5. The flags/3. The overflow in NEG instruction.mp4 19.04 MB
5. The flags/3. The overflow in NEG instruction-en_US.srt 2.39 KB
5. The flags/4. SF ZF.mp4 37.69 MB
5. The flags/4. SF ZF-en_US.srt 2.89 KB
5. The flags/5. SF ZF example.mp4 35.29 MB
5. The flags/5. SF ZF example-en_US.srt 3.23 KB
5. The flags/6. PF.mp4 29.44 MB
5. The flags/6. PF-en_US.srt 3.97 KB
5. The flags/neg-overflow.docx 11.76 KB
5. The flags/neg-overflow.txt 278 B
5. The flags/overflow.txt 219 B
5. The flags/PF.docx 14.31 KB
5. The flags/PF.txt 659 B
5. The flags/SF-ZF.txt 720 B
5. The flags/SF-ZF-ex.docx 11.92 KB
5. The flags/SF-ZF-ex.txt 340 B
6. The branching & Flow Control Instructions/1. Introduction to the branching.mp4 65.95 MB
6. The branching & Flow Control Instructions/1. Introduction to the branching-en_US.srt 5.26 KB
6. The branching & Flow Control Instructions/2. The branching -Part I.mp4 68.18 MB
6. The branching & Flow Control Instructions/2. The branching -Part I-en_US.srt 4.85 KB
6. The branching & Flow Control Instructions/3. The branching -Part II.mp4 28.64 MB
6. The branching & Flow Control Instructions/3. The branching -Part II-en_US.srt 2.09 KB
6. The branching & Flow Control Instructions/4. Branching example -overflow 1.mp4 30.78 MB
6. The branching & Flow Control Instructions/4. Branching example -overflow 1-en_US.srt 3.16 KB
6. The branching & Flow Control Instructions/5. Branching example -overflow 2.mp4 23.05 MB
6. The branching & Flow Control Instructions/5. Branching example -overflow 2-en_US.srt 2.51 KB
6. The branching & Flow Control Instructions/6. Branching example -comparing numbers.mp4 44.80 MB
6. The branching & Flow Control Instructions/6. Branching example -comparing numbers-en_US.srt 5.00 KB
6. The branching & Flow Control Instructions/7. The branching -Part III (1).mp4 34.82 MB
6. The branching & Flow Control Instructions/7. The branching -Part III (1)-en_US.srt 4.15 KB
6. The branching & Flow Control Instructions/8. The branching instructions in the unsigned numbers -example.mp4 48.37 MB
6. The branching & Flow Control Instructions/8. The branching instructions in the unsigned numbers -example-en_US.srt 5.70 KB
6. The branching & Flow Control Instructions/9. The branching -Part III (2).mp4 41.87 MB
6. The branching & Flow Control Instructions/9. The branching -Part III (2)-en_US.srt 2.72 KB
6. The branching & Flow Control Instructions/10. The branching instructions in the signed numbers -example.mp4 41.26 MB
6. The branching & Flow Control Instructions/10. The branching instructions in the signed numbers -example-en_US.srt 2.31 KB
6. The branching & Flow Control Instructions/11. Using the branching instructions with PF -example.mp4 49.37 MB
6. The branching & Flow Control Instructions/11. Using the branching instructions with PF -example-en_US.srt 3.39 KB
6. The branching & Flow Control Instructions/branching-1.txt 390 B
6. The branching & Flow Control Instructions/branching-2.txt 393 B
6. The branching & Flow Control Instructions/branching-3.docx 11.95 KB
6. The branching & Flow Control Instructions/branching-ex1.docx 11.79 KB
6. The branching & Flow Control Instructions/branching-ex1.txt 402 B
6. The branching & Flow Control Instructions/branching-ex2.docx 11.78 KB
6. The branching & Flow Control Instructions/branching-ex2.txt 432 B
6. The branching & Flow Control Instructions/branching-ex3.docx 11.73 KB
6. The branching & Flow Control Instructions/branching-ex3.txt 448 B
6. The branching & Flow Control Instructions/branching-PF.txt 369 B
6. The branching & Flow Control Instructions/branching-signed.txt 741 B
6. The branching & Flow Control Instructions/branching-signed-ex.txt 363 B
6. The branching & Flow Control Instructions/branching-unsigned.txt 834 B
6. The branching & Flow Control Instructions/branching-unsigned-ex.docx 11.96 KB
6. The branching & Flow Control Instructions/branching-unsigned-ex.zip 1.08 KB
6. The branching & Flow Control Instructions/label.txt 531 B
7. Data types -chars/1. Data types -chars.mp4 100.57 MB
7. Data types -chars/1. Data types -chars-en_US.srt 6.75 KB
7. Data types -chars/2. How to print a char in the DOS screen.mp4 33.71 MB
7. Data types -chars/2. How to print a char in the DOS screen-en_US.srt 2.47 KB
7. Data types -chars/3. How to read a char from the keyboard.mp4 26.80 MB
7. Data types -chars/3. How to read a char from the keyboard-en_US.srt 2.12 KB
7. Data types -chars/4. The DOS services -example.mp4 26.30 MB
7. Data types -chars/4. The DOS services -example-en_US.srt 1.87 KB
7. Data types -chars/5. Operations on the chars.mp4 54.49 MB
7. Data types -chars/5. Operations on the chars-en_US.srt 3.56 KB
7. Data types -chars/6. From the uppercase to the lowercase.mp4 61.23 MB
7. Data types -chars/6. From the uppercase to the lowercase-en_US.srt 3.84 KB
7. Data types -chars/7. Read a digit -example.mp4 42.51 MB
7. Data types -chars/7. Read a digit -example-en_US.srt 2.94 KB
7. Data types -chars/chars-operations.txt 455 B
7. Data types -chars/char-to-num.txt 348 B
7. Data types -chars/print-char-in-the-DOS.txt 754 B
7. Data types -chars/read-char-from-keyboard.txt 446 B
7. Data types -chars/upeer-to-lower.txt 350 B
7. Data types -chars/upper-to-lower-from-user.txt 864 B
8. Text messages/1. How to print a message in the DOS screen.mp4 66.62 MB
8. Text messages/1. How to print a message in the DOS screen-en_US.srt 4.22 KB
8. Text messages/2. From the lowercase to the uppercase.mp4 65.32 MB
8. Text messages/2. From the lowercase to the uppercase-en_US.srt 4.78 KB
8. Text messages/print-msg-in-DOS.txt 336 B
8. Text messages/upper-to-lower-msg.txt 916 B
9. Simulate some high level languages instructions/1. Simple IF.mp4 40.71 MB
9. Simulate some high level languages instructions/1. Simple IF-en_US.srt 4.74 KB
9. Simulate some high level languages instructions/2. Complex IF.mp4 62.55 MB
9. Simulate some high level languages instructions/2. Complex IF-en_US.srt 6.72 KB
9. Simulate some high level languages instructions/3. IF-Else Condition.mp4 33.16 MB
9. Simulate some high level languages instructions/3. IF-Else Condition-en_US.srt 3.15 KB
9. Simulate some high level languages instructions/4. The repeat loop.mp4 48.87 MB
9. Simulate some high level languages instructions/4. The repeat loop-en_US.srt 5.46 KB
9. Simulate some high level languages instructions/5. The while loop.mp4 33.68 MB
9. Simulate some high level languages instructions/5. The while loop-en_US.srt 4.58 KB
9. Simulate some high level languages instructions/6. The For loop.mp4 26.88 MB
9. Simulate some high level languages instructions/6. The For loop-en_US.srt 3.46 KB
9. Simulate some high level languages instructions/cmplex-if.docx 11.55 KB
9. Simulate some high level languages instructions/For.docx 11.54 KB
9. Simulate some high level languages instructions/for.txt 357 B
9. Simulate some high level languages instructions/if-and-cond.txt 982 B
9. Simulate some high level languages instructions/if-else.txt 774 B
9. Simulate some high level languages instructions/if-else-condition.docx 11.53 KB
9. Simulate some high level languages instructions/if-or-cond.txt 1006 B
9. Simulate some high level languages instructions/Repeat.docx 11.55 KB
9. Simulate some high level languages instructions/repeat.txt 857 B
9. Simulate some high level languages instructions/simple-if.docx 11.68 KB
9. Simulate some high level languages instructions/simple-if.txt 928 B
9. Simulate some high level languages instructions/While.docx 11.53 KB
9. Simulate some high level languages instructions/while.txt 374 B
10. The program's segments/1. Segments registers.mp4 32.40 MB
10. The program's segments/1. Segments registers-en_US.srt 4.08 KB
10. The program's segments/2. The offset.mp4 69.60 MB
10. The program's segments/2. The offset-en_US.srt 6.65 KB
10. The program's segments/3. Memory models.mp4 37.54 MB
10. The program's segments/3. Memory models-en_US.srt 3.89 KB
10. The program's segments/4. Segments registers -notes.mp4 16.54 MB
10. The program's segments/4. Segments registers -notes-en_US.srt 1.96 KB
10. The program's segments/Memory-models.docx 11.63 KB
10. The program's segments/notes.txt 214 B
10. The program's segments/offset.docx 12.61 KB
10. The program's segments/offset.txt 560 B
11. Arrays with one dimension/1. Introduction to arrays.mp4 24.57 MB
11. Arrays with one dimension/1. Introduction to arrays-en_US.srt 3.39 KB
11. Arrays with one dimension/2. How to define an array.mp4 29.74 MB
11. Arrays with one dimension/2. How to define an array-en_US.srt 3.72 KB
11. Arrays with one dimension/3. The Sum of an array.mp4 108.68 MB
11. Arrays with one dimension/3. The Sum of an array-en_US.srt 9.27 KB
11. Arrays with one dimension/4. Read & write in arrays.mp4 56.53 MB
11. Arrays with one dimension/4. Read & write in arrays-en_US.srt 4.62 KB
11. Arrays with one dimension/5. Max value in an array.mp4 37.40 MB
11. Arrays with one dimension/5. Max value in an array-en_US.srt 4.03 KB
11. Arrays with one dimension/6. Looking for a value in an array.mp4 36.95 MB
11. Arrays with one dimension/6. Looking for a value in an array-en_US.srt 3.14 KB
11. Arrays with one dimension/7. Min value in an array.mp4 52.64 MB
11. Arrays with one dimension/7. Min value in an array-en_US.srt 5.04 KB
11. Arrays with one dimension/arrays.txt 715 B
11. Arrays with one dimension/dup.txt 247 B
11. Arrays with one dimension/find-in-arra.txt 863 B
11. Arrays with one dimension/input-output-array.txt 1.09 KB
11. Arrays with one dimension/max-array.txt 396 B
11. Arrays with one dimension/min-array.txt 561 B
11. Arrays with one dimension/sum-array.txt 496 B
12. Addressing modes/1. Addressing modes I.mp4 34.39 MB
12. Addressing modes/1. Addressing modes I-en_US.srt 3.87 KB
12. Addressing modes/2. Addressing modes II.mp4 78.84 MB
12. Addressing modes/2. Addressing modes II-en_US.srt 6.51 KB
12. Addressing modes/3. Addressing modes -notes.mp4 66.77 MB
12. Addressing modes/3. Addressing modes -notes-en_US.srt 4.66 KB
12. Addressing modes/4. Counting the occurrence of the number 5 in an array.mp4 32.79 MB
12. Addressing modes/4. Counting the occurrence of the number 5 in an array-en_US.srt 3.17 KB
12. Addressing modes/5. Addressing modes III.mp4 66.68 MB
12. Addressing modes/5. Addressing modes III-en_US.srt 6.00 KB
12. Addressing modes/5-counter.txt 431 B
12. Addressing modes/adr-mod-1.txt 397 B
12. Addressing modes/adr-mod-2.txt 544 B
12. Addressing modes/adr-mod-3.txt 719 B
13. Arrays with tow dimensions/1. Arrays with tow dimensions.mp4 21.40 MB
13. Arrays with tow dimensions/1. Arrays with tow dimensions-en_US.srt 2.79 KB
13. Arrays with tow dimensions/2. How to index an array with tow dimensions.mp4 26.28 MB
13. Arrays with tow dimensions/2. How to index an array with tow dimensions-en_US.srt 3.36 KB
13. Arrays with tow dimensions/3. Max value in an array with tow dimensions.mp4 30.01 MB
13. Arrays with tow dimensions/3. Max value in an array with tow dimensions-en_US.srt 2.62 KB
13. Arrays with tow dimensions/4. The sum of the third column.mp4 80.77 MB
13. Arrays with tow dimensions/4. The sum of the third column-en_US.srt 7.06 KB
13. Arrays with tow dimensions/array-2-dim.txt 281 B
13. Arrays with tow dimensions/max-array-2-dim.txt 560 B
13. Arrays with tow dimensions/Students.docx 11.96 KB
13. Arrays with tow dimensions/sum-3rd-column.txt 859 B
14. The bit-wise instructions/1. AND.mp4 20.75 MB
14. The bit-wise instructions/1. AND-en_US.srt 2.43 KB
14. The bit-wise instructions/2. OR XOR.mp4 51.54 MB
14. The bit-wise instructions/2. OR XOR-en_US.srt 4.61 KB
14. The bit-wise instructions/3. How to know if a number is even.mp4 31.29 MB
14. The bit-wise instructions/3. How to know if a number is even-en_US.srt 3.33 KB
14. The bit-wise instructions/4. The masks.mp4 49.10 MB
14. The bit-wise instructions/4. The masks-en_US.srt 6.73 KB
14. The bit-wise instructions/5. NEG instruction simulation.mp4 56.25 MB
14. The bit-wise instructions/5. NEG instruction simulation-en_US.srt 4.94 KB
14. The bit-wise instructions/6. Converting between the uppercase & lowercase.mp4 35.11 MB
14. The bit-wise instructions/6. Converting between the uppercase & lowercase-en_US.srt 3.45 KB
14. The bit-wise instructions/7. TEST instruction.mp4 33.39 MB
14. The bit-wise instructions/7. TEST instruction-en_US.srt 5.11 KB
14. The bit-wise instructions/8. TEST instruction -examples.mp4 41.55 MB
14. The bit-wise instructions/8. TEST instruction -examples-en_US.srt 3.16 KB
14. The bit-wise instructions/9. Other examples.mp4 22.39 MB
14. The bit-wise instructions/9. Other examples-en_US.srt 2.38 KB
14. The bit-wise instructions/10. NOT.mp4 22.12 MB
14. The bit-wise instructions/10. NOT-en_US.srt 2.36 KB
14. The bit-wise instructions/AND.docx 12.45 KB
14. The bit-wise instructions/and.txt 386 B
14. The bit-wise instructions/even-odd.txt 262 B
14. The bit-wise instructions/examples.txt 315 B
14. The bit-wise instructions/masks.docx 12.76 KB
14. The bit-wise instructions/masks-ex.txt 535 B
14. The bit-wise instructions/not.docx 11.96 KB
14. The bit-wise instructions/not.txt 241 B
14. The bit-wise instructions/OR.docx 12.44 KB
14. The bit-wise instructions/or.txt 373 B
14. The bit-wise instructions/test.docx 12.20 KB
14. The bit-wise instructions/test.txt 333 B
14. The bit-wise instructions/test-ex.txt 413 B
14. The bit-wise instructions/upper-to-lower.txt 332 B
14. The bit-wise instructions/XOR.docx 12.44 KB
14. The bit-wise instructions/xor.txt 378 B
15. The Shift & Rotation instructions/1. Shift left.mp4 38.02 MB
15. The Shift & Rotation instructions/1. Shift left-en_US.srt 4.97 KB
15. The Shift & Rotation instructions/2. Using shift left in the multiplication.mp4 35.49 MB
15. The Shift & Rotation instructions/2. Using shift left in the multiplication-en_US.srt 3.23 KB
15. The Shift & Rotation instructions/3. How to count the number of 1 using SHL instruction.mp4 23.32 MB
15. The Shift & Rotation instructions/3. How to count the number of 1 using SHL instruction-en_US.srt 3.04 KB
15. The Shift & Rotation instructions/4. Shift right.mp4 30.23 MB
15. The Shift & Rotation instructions/4. Shift right-en_US.srt 3.64 KB
15. The Shift & Rotation instructions/5. The difference between SHR and SAR.mp4 16.53 MB
15. The Shift & Rotation instructions/5. The difference between SHR and SAR-en_US.srt 1.35 KB
15. The Shift & Rotation instructions/6. ROL RCL.mp4 44.89 MB
15. The Shift & Rotation instructions/6. ROL RCL-en_US.srt 4.52 KB
15. The Shift & Rotation instructions/7. Reverse the content.mp4 26.17 MB
15. The Shift & Rotation instructions/7. Reverse the content-en_US.srt 2.55 KB
15. The Shift & Rotation instructions/8. How to count the number of 1 using ROL instruction.mp4 23.32 MB
15. The Shift & Rotation instructions/8. How to count the number of 1 using ROL instruction-en_US.srt 2.56 KB
15. The Shift & Rotation instructions/9. ROR RCR.mp4 16.48 MB
15. The Shift & Rotation instructions/9. ROR RCR-en_US.srt 1.70 KB
15. The Shift & Rotation instructions/mul.txt 274 B
15. The Shift & Rotation instructions/reverse-using-rol.txt 145 B
15. The Shift & Rotation instructions/ROL-1-counter.txt 273 B
15. The Shift & Rotation instructions/ROL-RCL.docx 24.25 KB
15. The Shift & Rotation instructions/ROL-RCL.txt 248 B
15. The Shift & Rotation instructions/ROR-RCR.docx 23.54 KB
15. The Shift & Rotation instructions/ROR-RCR.txt 249 B
15. The Shift & Rotation instructions/SHL-1-counter.txt 262 B
15. The Shift & Rotation instructions/SHL-SAL.txt 297 B
15. The Shift & Rotation instructions/SHR-SAR.docx 25.69 KB
15. The Shift & Rotation instructions/SHR-SAR.txt 521 B
15. The Shift & Rotation instructions/SHR-vs-SAR.txt 138 B
16. A simple program/1. From binary to decimal 1.mp4 11.60 MB
16. A simple program/1. From binary to decimal 1-en_US.srt 1.51 KB
16. A simple program/2. From binary to decimal 2.mp4 41.14 MB
16. A simple program/2. From binary to decimal 2-en_US.srt 4.18 KB
16. A simple program/3. From binary to decimal 3.mp4 27.68 MB
16. A simple program/3. From binary to decimal 3-en_US.srt 2.21 KB
16. A simple program/4. From binary to decimal 4.mp4 26.50 MB
16. A simple program/4. From binary to decimal 4-en_US.srt 1.80 KB
16. A simple program/from-bin-to-dec.txt 1.11 KB
16. A simple program/from-bin-to-dec-algo.docx 13.56 KB
16. A simple program/from-bin-to-dec-how-to.docx 11.67 KB
17. Stack and procedures/1. Stack.mp4 56.03 MB
17. Stack and procedures/1. Stack-en_US.srt 7.10 KB
17. Stack and procedures/2. XCHG instruction simulation.mp4 31.06 MB
17. Stack and procedures/2. XCHG instruction simulation-en_US.srt 3.33 KB
17. Stack and procedures/3. Reverse the elements of an array.mp4 41.99 MB
17. Stack and procedures/3. Reverse the elements of an array-en_US.srt 4.28 KB
17. Stack and procedures/4. Procedures.mp4 30.46 MB
17. Stack and procedures/4. Procedures-en_US.srt 4.40 KB
17. Stack and procedures/5. CALL & RET instructions.mp4 44.13 MB
17. Stack and procedures/5. CALL & RET instructions-en_US.srt 6.78 KB
17. Stack and procedures/6. Procedures -examples.mp4 48.83 MB
17. Stack and procedures/6. Procedures -examples-en_US.srt 4.31 KB
17. Stack and procedures/7. Procedure even or odd.mp4 74.56 MB
17. Stack and procedures/7. Procedure even or odd-en_US.srt 7.87 KB
17. Stack and procedures/8. The parameters and the returned value.mp4 105.59 MB
17. Stack and procedures/8. The parameters and the returned value-en_US.srt 6.50 KB
17. Stack and procedures/9. Dealing with Stack -advanced ways.mp4 70.88 MB
17. Stack and procedures/9. Dealing with Stack -advanced ways-en_US.srt 5.91 KB
17. Stack and procedures/10. The Macros.mp4 32.88 MB
17. Stack and procedures/10. The Macros-en_US.srt 4.52 KB
17. Stack and procedures/11. Macros -example.mp4 21.88 MB
17. Stack and procedures/11. Macros -example-en_US.srt 2.12 KB
17. Stack and procedures/12. Libraries.mp4 57.08 MB
17. Stack and procedures/12. Libraries-en_US.srt 6.59 KB
17. Stack and procedures/13. The emu8086.inc library.mp4 59.74 MB
17. Stack and procedures/13. The emu8086.inc library-en_US.srt 5.21 KB
17. Stack and procedures/advanced-stack.docx 15.74 KB
17. Stack and procedures/advanced-stack.txt 223 B
17. Stack and procedures/bib.inc.txt 591 B
17. Stack and procedures/call-ret.docx 15.00 KB
17. Stack and procedures/call-ret.txt 429 B
17. Stack and procedures/emu8086.inc.txt 16.10 KB
17. Stack and procedures/emu8086-ex.txt 429 B
17. Stack and procedures/input-even.txt 1.47 KB
17. Stack and procedures/macro.txt 397 B
17. Stack and procedures/parameters.txt 424 B
17. Stack and procedures/proc.txt 408 B
17. Stack and procedures/proc-ex.txt 441 B
17. Stack and procedures/push-pop.txt 255 B
17. Stack and procedures/putc-macro.txt 409 B
17. Stack and procedures/reverse-array.txt 443 B
17. Stack and procedures/stack.docx 17.85 KB
17. Stack and procedures/test-bib.txt 261 B
17. Stack and procedures/xchg-simulation.txt 216 B
18. Loop/1. The Loop Instructions.mp4 48.12 MB
18. Loop/1. The Loop Instructions-en_US.srt 4.57 KB
18. Loop/114.docx 13.14 KB
18. Loop/loop.txt 346 B
19. The multiplication and the division/1. MUL Instruction.mp4 47.13 MB
19. The multiplication and the division/1. MUL Instruction-en_US.srt 3.90 KB
19. The multiplication and the division/2. How the MUL instruction changes the state of the flags.mp4 70.96 MB
19. The multiplication and the division/2. How the MUL instruction changes the state of the flags-en_US.srt 6.01 KB
19. The multiplication and the division/3. DIV instruction.mp4 36.78 MB
19. The multiplication and the division/3. DIV instruction-en_US.srt 2.62 KB
19. The multiplication and the division/div.txt 132 B
19. The multiplication and the division/flags-state.txt 372 B
19. The multiplication and the division/i-mul.txt 323 B
20. Dealing with texts/1. Introduction.mp4 56.80 MB
20. Dealing with texts/1. Introduction-en_US.srt 5.23 KB
20. Dealing with texts/2. Input & Output a String.mp4 42.69 MB
20. Dealing with texts/2. Input & Output a String-en_US.srt 4.50 KB
20. Dealing with texts/3. MOVSB.mp4 73.93 MB
20. Dealing with texts/3. MOVSB-en_US.srt 7.89 KB
20. Dealing with texts/4. STOSB.mp4 31.24 MB
20. Dealing with texts/4. STOSB-en_US.srt 3.00 KB
20. Dealing with texts/5. LODSB.mp4 33.53 MB
20. Dealing with texts/5. LODSB-en_US.srt 2.63 KB
20. Dealing with texts/6. SCASB.mp4 38.41 MB
20. Dealing with texts/6. SCASB-en_US.srt 3.67 KB
20. Dealing with texts/7. CMPSB.mp4 52.57 MB
20. Dealing with texts/7. CMPSB-en_US.srt 5.10 KB
20. Dealing with texts/CMPSB.txt 553 B
20. Dealing with texts/input-output.txt 429 B
20. Dealing with texts/LODSB.txt 467 B
20. Dealing with texts/Movsb.docx 11.81 KB
20. Dealing with texts/MOVSB.txt 697 B
20. Dealing with texts/SCASB.txt 456 B
20. Dealing with texts/STOSB.txt 574 B
20. Dealing with texts/string-ex.txt 499 B
21. Other subjects/1. Print the date and time.mp4 34.74 MB
21. Other subjects/1. Print the date and time-en_US.srt 2.43 KB
21. Other subjects/2. Other resources.mp4 33.35 MB
21. Other subjects/2. Other resources-en_US.srt 1.61 KB
21. Other subjects/date-time.txt 1.01 KB
22. The course gift - Counting Systems & Data representation/1. Introduction.mp4 23.99 MB
22. The course gift - Counting Systems & Data representation/1. Introduction-en_US.srt 2.45 KB
22. The course gift - Counting Systems & Data representation/2. From decimal to binary.mp4 27.58 MB
22. The course gift - Counting Systems & Data representation/2. From decimal to binary-en_US.srt 3.62 KB
22. The course gift - Counting Systems & Data representation/3. From binary to decimal.mp4 11.61 MB
22. The course gift - Counting Systems & Data representation/3. From binary to decimal-en_US.srt 1.52 KB
22. The course gift - Counting Systems & Data representation/4. From decimal to hexadecimal.mp4 19.49 MB
22. The course gift - Counting Systems & Data representation/4. From decimal to hexadecimal-en_US.srt 2.96 KB
22. The course gift - Counting Systems & Data representation/5. From hexadecimal to decimal.mp4 23.46 MB
22. The course gift - Counting Systems & Data representation/5. From hexadecimal to decimal-en_US.srt 3.52 KB
22. The course gift - Counting Systems & Data representation/6. From binary to hexadecimal.mp4 11.30 MB
22. The course gift - Counting Systems & Data representation/6. From binary to hexadecimal-en_US.srt 1.52 KB
22. The course gift - Counting Systems & Data representation/7. Represent unsigned numbers.mp4 35.31 MB
22. The course gift - Counting Systems & Data representation/7. Represent unsigned numbers-en_US.srt 5.79 KB
22. The course gift - Counting Systems & Data representation/8. The Addition operation.mp4 21.99 MB
22. The course gift - Counting Systems & Data representation/8. The Addition operation-en_US.srt 2.63 KB
22. The course gift - Counting Systems & Data representation/9. Represent signed numbers.mp4 35.55 MB
22. The course gift - Counting Systems & Data representation/9. Represent signed numbers-en_US.srt 4.57 KB
22. The course gift - Counting Systems & Data representation/10. How to read numbers.mp4 26.75 MB
22. The course gift - Counting Systems & Data representation/10. How to read numbers-en_US.srt 3.36 KB
22. The course gift - Counting Systems & Data representation/11. The subtraction & multiplication.mp4 13.97 MB
22. The course gift - Counting Systems & Data representation/11. The subtraction & multiplication-en_US.srt 2.03 KB
22. The course gift - Counting Systems & Data representation/12. The characters representation.mp4 44.67 MB
22. The course gift - Counting Systems & Data representation/12. The characters representation-en_US.srt 3.52 KB
22. The course gift - Counting Systems & Data representation/add.docx 14.49 KB
22. The course gift - Counting Systems & Data representation/bin-to-dec.docx 20.85 KB
22. The course gift - Counting Systems & Data representation/bin-to-hex.docx 13.99 KB
22. The course gift - Counting Systems & Data representation/dec-to-bin.docx 19.19 KB
22. The course gift - Counting Systems & Data representation/dec-to-hex.docx 17.27 KB
22. The course gift - Counting Systems & Data representation/diff-mul.docx 16.20 KB
22. The course gift - Counting Systems & Data representation/hex-to-dec.docx 18.18 KB
22. The course gift - Counting Systems & Data representation/How-To-Represent-human-data.docx 13.19 KB
22. The course gift - Counting Systems & Data representation/read-numbers.docx 13.25 KB
22. The course gift - Counting Systems & Data representation/rep-signed-numbers.docx 16.02 KB
22. The course gift - Counting Systems & Data representation/rep-unsigned.docx 17.27 KB
No trackers found

TorrentBank
Copyright © 2024