本站已收录 番号和无损神作磁力链接/BT种子 

[ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners

种子简介

种子名称: [ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners
文件类型: 视频
文件数目: 92个文件
文件大小: 1.95 GB
收录时间: 2024-9-8 09:25
已经下载: 3
资源热度: 14
最近下载: 2024-9-17 12:45

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:29cbb172b97a2556111a1749a4d28c31bb0f64ba&dn=[ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ FreeCourseWeb.com ] Udemy - Assembly Language x86 Processors for beginners.torrent
  • ~Get Your Files Here !/01 Introduction/001 Introduction.mp435.86MB
  • ~Get Your Files Here !/01 Introduction/002 Introduction to Assembly Language for x86 Processors.mp460.6MB
  • ~Get Your Files Here !/01 Introduction/003 Installing Visual Studio 2019 Community Edition.mp417.97MB
  • ~Get Your Files Here !/01 Introduction/004 1-Introduction to Assembly Language for x86 Processors.mp422.78MB
  • ~Get Your Files Here !/02 Number systems and data representation/001 Introduction to number systems.mp47.09MB
  • ~Get Your Files Here !/02 Number systems and data representation/002 Converting binary to hexadecimal.mp46.44MB
  • ~Get Your Files Here !/02 Number systems and data representation/003 Converting hexadecimal to binary.mp44.47MB
  • ~Get Your Files Here !/02 Number systems and data representation/004 Converting binary to decimal.mp42.99MB
  • ~Get Your Files Here !/02 Number systems and data representation/005 Converting hexadecimal to decimal.mp44.36MB
  • ~Get Your Files Here !/02 Number systems and data representation/006 Converting decimal to binary.mp46.62MB
  • ~Get Your Files Here !/02 Number systems and data representation/007 Converting decimal to hexadecimal.mp45.47MB
  • ~Get Your Files Here !/02 Number systems and data representation/008 Binary addition and subtraction.mp47.15MB
  • ~Get Your Files Here !/02 Number systems and data representation/009 Hexadecimal addition.mp416.38MB
  • ~Get Your Files Here !/02 Number systems and data representation/010 Hexadecimal subtraction.mp418.14MB
  • ~Get Your Files Here !/02 Number systems and data representation/011 Negative numbers storage.mp46.93MB
  • ~Get Your Files Here !/02 Number systems and data representation/012 Overflow.mp421.37MB
  • ~Get Your Files Here !/03 Basic language elements/001 Integer constants and expressions.mp46.77MB
  • ~Get Your Files Here !/03 Basic language elements/002 Character and string constants.mp43.89MB
  • ~Get Your Files Here !/03 Basic language elements/003 Reserved words and identifiers.mp45.17MB
  • ~Get Your Files Here !/03 Basic language elements/004 Directives and Instructions.mp45.09MB
  • ~Get Your Files Here !/03 Basic language elements/005 Labels.mp46.45MB
  • ~Get Your Files Here !/03 Basic language elements/006 Mnemonics and Operands.mp48.65MB
  • ~Get Your Files Here !/03 Basic language elements/007 Comments and No Operation instruction.mp45.97MB
  • ~Get Your Files Here !/04 Defining Data/001 Defining data.mp416.17MB
  • ~Get Your Files Here !/04 Defining Data/002 Types of registers.mp412.67MB
  • ~Get Your Files Here !/04 Defining Data/003 Little-Endian and big-endian order.mp410.15MB
  • ~Get Your Files Here !/04 Defining Data/004 Template for Assembly Language Program without using Irvine32.mp413.05MB
  • ~Get Your Files Here !/04 Defining Data/005 A template for assembly language programs using Irvine32.mp47.33MB
  • ~Get Your Files Here !/04 Defining Data/006 Defining strings.mp425.79MB
  • ~Get Your Files Here !/04 Defining Data/007 B-1-Example program- Hello World.mp47.67MB
  • ~Get Your Files Here !/04 Defining Data/008 B-2-Example program without using Irvine32.mp417.87MB
  • ~Get Your Files Here !/04 Defining Data/009 B-3-Example program using Irvine32.mp413.68MB
  • ~Get Your Files Here !/04 Defining Data/010 B-4-Example Program-Unsigned Integer to binary-hexadecimal.mp414.37MB
  • ~Get Your Files Here !/04 Defining Data/011 C-Assignment 3 - bigEndian to littleEndian.mp434.81MB
  • ~Get Your Files Here !/05 Data transfer instructions/001 MOV instruction.mp427.54MB
  • ~Get Your Files Here !/05 Data transfer instructions/002 MOVZX instruction.mp435.01MB
  • ~Get Your Files Here !/05 Data transfer instructions/003 MOVSX instruction.mp467.63MB
  • ~Get Your Files Here !/05 Data transfer instructions/004 XCHG instruction.mp438.56MB
  • ~Get Your Files Here !/05 Data transfer instructions/005 B-Example Program- Case conversion.mp418.85MB
  • ~Get Your Files Here !/05 Data transfer instructions/006 C-1-Assignment 1-Using 32 bit signed integer to calculate an expression.mp420.25MB
  • ~Get Your Files Here !/05 Data transfer instructions/007 C-2-Assignment 2-Using 8 bit unsigned integer to calculate an expression.mp419.03MB
  • ~Get Your Files Here !/06 Data related operators and directives/001 ALIGN directive.mp427.22MB
  • ~Get Your Files Here !/06 Data related operators and directives/002 LENGTHOF operator.mp433.79MB
  • ~Get Your Files Here !/06 Data related operators and directives/003 Offset operator.mp464.25MB
  • ~Get Your Files Here !/06 Data related operators and directives/004 PTR operator.mp433.06MB
  • ~Get Your Files Here !/06 Data related operators and directives/005 SIZEOF operator.mp431.98MB
  • ~Get Your Files Here !/06 Data related operators and directives/006 TYPE operator.mp415.59MB
  • ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/001 Flags affected by addition and subtraction.mp473.05MB
  • ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/002 INC and DEC instructions.mp410.76MB
  • ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/003 Indexed operands.mp431.01MB
  • ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/004 Pointers.mp410.49MB
  • ~Get Your Files Here !/07 Indirect addressing and Addition and subtraction/005 B-Example Program - Summing an Array.mp422.08MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/001 CALL and RET instructions.mp44.89MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/002 Stack parameters.mp432.03MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/003 POP instruction.mp45.63MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/004 PUSH instruction.mp417.58MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/005 LEA instruction.mp412.72MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/006 B-Example program-Reverses a string.mp426.86MB
  • ~Get Your Files Here !/08 Procedures and Stack operations/007 C-Assignment 5 reverse string and count lowercase.mp460.34MB
  • ~Get Your Files Here !/09 Boolean and comparison instructions/001 AND instruction.mp418.01MB
  • ~Get Your Files Here !/09 Boolean and comparison instructions/002 NOT instruction.mp49.84MB
  • ~Get Your Files Here !/09 Boolean and comparison instructions/003 OR instruction.mp411.81MB
  • ~Get Your Files Here !/09 Boolean and comparison instructions/004 TEST instruction.mp410.52MB
  • ~Get Your Files Here !/09 Boolean and comparison instructions/005 XOR instruction.mp417.39MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/001 Unconditional JMP and LOOP instructions.mp45.46MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/002 Conditional structure.mp432.67MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/003 Jump based on equality JE JNE JCXZ JECXZ.mp436.8MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/004 Jump based on signed comparisons.mp434.99MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/005 Jump based on unsigned comparisons.mp433.17MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/006 Jumps based on specific flag values.mp443.45MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/007 LOOPZ LOOPNZ LOOPE and LOOPNE instructions.mp47.42MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/008 While loops.mp44.73MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/009 B-1-Example program-sum positive number.mp453.13MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/010 B-2-Example program Find the maximum integer in an array.mp421.43MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/011 B-3-Example program-Convert Java code to ASM code-While loop.mp433.83MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/012 B-4-Example Program- Generating random numbers.mp414.07MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/013 B-5-Example program-Copying a string from source to destination.mp414.29MB
  • ~Get Your Files Here !/10 Conditional jumps and loop instructions/014 C-Assignment 4-Fibonacci number sequence.mp432.29MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/001 RCL and RCR instructions.mp419.09MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/002 ROL instruction.mp411.44MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/003 ROR instruction.mp410.9MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/004 SHL instruction.mp428.94MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/005 SHR instruction.mp428.45MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/006 SHLD and SHRD instructions.mp437.13MB
  • ~Get Your Files Here !/11 Shift and rotate instructions/007 B-Example program-Shift and rotate instructions.mp411.97MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/001 MUL instruction.mp420.05MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/002 IMUL instruction.mp438.79MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/003 DIV instruction.mp431.6MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/004 Signed integer division.mp430.45MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/005 B-Example program-Evaluating an arithmetic expression.mp425.61MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/006 C-1-Assignment 6 -GCD non-recursive looping algorithm.mp435.08MB
  • ~Get Your Files Here !/12 Multiplication and division instructions/007 C-2-Assignment 7 -Finding GCD using recursive algorithm.mp432.08MB