About 69,000,000 results
Open links in new tab
  1. assembly - Purpose of ESI & EDI registers? - Stack Overflow

    Dec 6, 2009 · What is the actual purpose and use of the EDI & ESI registers in assembler? I know they are used for string operations for one thing. Can someone also give an example?

  2. x86 - Assembly - JG/JNLE/JL/JNGE after CMP - Stack Overflow

    Mar 8, 2012 · Assembly - JG/JNLE/JL/JNGE after CMP Asked 13 years, 4 months ago Modified 1 year, 7 months ago Viewed 194k times

  3. What does the 'and' instruction do to the operands in assembly …

    Dec 4, 2018 · This should be described in the documentation for any assembler that has an and instruction. It does a bit-wise Boolean "and" between two operands. In other words, …

  4. /r/asm - where every byte counts - Reddit

    Welcome to `r/asm`, the subreddit for Assembly language in all Instruction Set Architectures!

  5. How to write if-else in assembly? - Stack Overflow

    Nov 15, 2016 · How to write the equal condition (in the question) in assembly? Your example has an else statement while mine uses an else if.

  6. assembly - Difference between JE/JNE and JZ/JNZ - Stack Overflow

    Jan 10, 2013 · In x86 assembly code, are JE and JNE exactly the same as JZ and JNZ?

  7. How to write hello world in assembly under Windows?

    Jun 21, 2009 · I wanted to write something basic in assembly under Windows. I'm using NASM, but I can't get anything working. How do I write and compile a hello world program without the …

  8. What does the dollar sign ($) mean in x86 assembly when …

    Apr 28, 2012 · What does the dollar sign ($) mean in x86 assembly when calculating string lengths like "$ - label"? [duplicate] Asked 13 years, 2 months ago Modified 7 years, 9 months …

  9. Assembly with same name is already loaded : r/PowerShell - Reddit

    Aug 24, 2023 · Has anyone here written a custom function to gather more info on the above error? The default info presented is so sparse: it seems plausible that we could at least detect …

  10. .net - What are differences between AssemblyVersion ...

    Sep 15, 2008 · There are three assembly version attributes. What are differences? Is it ok if I use AssemblyVersion and ignore the rest? MSDN says: AssemblyVersion: Specifies the version of …