约 82 个结果
在新选项卡中打开链接
  1. What does the 'and' instruction do to the operands in assembly …

    2018年12月4日 · 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 …

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

    2023年5月26日 · 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" …

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

    2018年9月28日 · 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 …

  4. Is it worth it to learn assembly? : r/learnprogramming - Reddit

    Understanding assembly can help you interpret low-level performance metrics and find issues in your code more efficiently. Assembly language helps in facilitating algorithm optimization. It …

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

  6. People who program on Assembly, what is it like? : r ... - Reddit

    Assembly language is like trying to use repetitive addition instead of multiplication when your task is to compute exponentiation and logarithms. If your math skills are excellent and you pull …

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

    2023年9月26日 · 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, …

  8. Newest 'assembly' Questions - Stack Overflow

    2026年1月1日 · 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 …

  9. How is Assembly used today? : r/learnprogramming - Reddit

    2022年3月15日 · Assembly is still relevant in Embedded systems. It is used in specific cases for optimizing portions of code generated by the compiler for more deterministic behavior. …

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

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