About 87 results
Open links in new tab
  1. What does the 'and' instruction do to the operands in assembly …

    Dec 4, 2018 · What does the 'and' instruction do in assembly language? I was told that it checks the bit order of the operands and sets the 1s to true and anything else to false, but I don't know what it …

  2. What do the dollar ($) and percentage (%) signs represent in x86 …

    Sep 28, 2018 · I am trying to understand how the assembly language works for a micro-computer architecture class, and I keep facing different syntaxes in examples: sub $48, %esp mov %eax, …

  3. 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.

  4. Assembly Programming - Reddit

    This is a subreddit for people who need help with programming in assembly and people who want to post their own code to help others out.

  5. terminology - "Assembly" vs. "Assembler" - Stack Overflow

    May 26, 2023 · The assembly is a piece of code/executable that is in machine executable code. This might be an obj, exe, dll, ... It is the result of a compile. The assembler is the "compiler" that compiles …

  6. Newest 'assembly' Questions - Stack Overflow

    Oct 28, 2016 · My assembly program reads characters in a text file by loading them one by one in register 'al'. However I sometime need to use rax fully, and I think this causes a partial register stall.

  7. Module could not be loaded, assembly with same name : r/PowerShell

    Jun 4, 2024 · Import-Module: Assembly with same name is already loaded Ive tried uninstalling the modules, removing them (remove-module, uninstall-module) and then installed and imported again …

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

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

  9. How to use Assembly on windows ? : r/Assembly_language - Reddit

    Sep 26, 2023 · How to use Assembly on windows ? Hello everyone I want to code in Assembly, but I can't find compilers to run the programs.All I can work on is the MASM in Visual Studio, but people …

  10. How do I start learning Assembly - Stack Overflow

    Mar 11, 2017 · I'd like to play with writing some assembly on my Mac, ideally native, but I'd understand if it's easier to learn in QEMU or something. I see that there are different dialects of assembly dependin...