Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 16

    Assembly – Procedures

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:2 Comments

    In this guide, we will discuss Procedures in Assembly Programming Language. Procedures or subroutines are very important in assembly language, as the assembly language programs tend to be large in…

    Continue ReadingAssembly – Procedures

    Assembly – Arrays

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:1 Comment

    In this guide, we will discuss Arrays in Assembly Programming Language. We have already discussed that the data definition directives to the assembler are used for allocating storage for variables.…

    Continue ReadingAssembly – Arrays

    Assembly – SCAS Instruction

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:2 Comments

    In this guide, we will discuss SCAS Instruction in Assembly Programming Language. The SCAS instruction is used for searching a particular character or set of characters in a string. The…

    Continue ReadingAssembly – SCAS Instruction

    Assembly – CMPS Instruction

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:2 Comments

    In this guide, we will discuss CMPS Instruction in Assembly Programming Language. The CMPS instruction compares two strings. This instruction compares two data items of one byte, word or doubleword,…

    Continue ReadingAssembly – CMPS Instruction

    Assembly – STOS Instruction

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:2 Comments

    In this guide, we will discuss STOS Instruction in Assembly Programming Language. The STOS instruction copies the data item from AL (for bytes - STOSB), AX (for words - STOSW)…

    Continue ReadingAssembly – STOS Instruction

    Assembly – LODS Instruction

    • Post author:S K S
    • Post published:November 13, 2021
    • Post category:Assembly
    • Post comments:2 Comments

    In this guide, we will discuss LODS Instruction in Assembly Programming Language. In cryptography, a Caesar cipher is one of the simplest known encryption techniques. In this method, each letter…

    Continue ReadingAssembly – LODS Instruction

    Assembly – MOVS Instruction

    • Post author:S K S
    • Post published:November 12, 2021
    • Post category:Assembly
    • Post comments:1 Comment

    In this guide, we will discuss MOVS Instruction in Assembly Programming Language. The MOVS instruction is used to copy a data item (byte, word or doubleword) from the source string…

    Continue ReadingAssembly – MOVS Instruction

    Assembly – Strings

    • Post author:S K S
    • Post published:November 12, 2021
    • Post category:Assembly
    • Post comments:1 Comment

    In this guide, we will discuss Strings in Assembly Programming Language. We have already used variable length strings in our previous examples. The variable length strings can have as many…

    Continue ReadingAssembly – Strings

    Assembly – Numbers

    • Post author:S K S
    • Post published:November 12, 2021
    • Post category:Assembly
    • Post comments:1 Comment

    In this guide, we will discuss Numbers in Assembly Programming Language. Numerical data is generally represented in binary system. Arithmetic instructions operate on binary data. When numbers are displayed on…

    Continue ReadingAssembly – Numbers

    Assembly – Loops

    • Post author:S K S
    • Post published:November 12, 2021
    • Post category:Assembly
    • Post comments:1 Comment

    In this guide, we will discuss Loops in Assembly Programming Language. The JMP instruction can be used for implementing loops. For example, the following code snippet can be used for…

    Continue ReadingAssembly – Loops
    • Go to the previous page
    • 1
    • …
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP