About 679,000 results
Open links in new tab
  1. Difference between x86, x32, and x64 architectures?

    Sep 19, 2015 · In Linux terminology, i386 is the 32bit ISA, and amd64 is the 64bit ISA, also called x86-64. x86 is the superset, so x86-32 (i386) and x86-64 (amd64) are the two flavours of x86. …

  2. What is the difference between x86 and x64 - Stack Overflow

    Feb 3, 2013 · The difference is that Java binaries compiled as x86 (32-bit) or x64 (64-bit) applications respectively. On a 64-bit Windows you can use either version, since x86 will run in …

  3. Newest 'x86' Questions - Stack Overflow

    My precompiled x86 code may be running in a 16-bit (real mode or 16-bit protected mode) or a 32-bit (i386 protected mode). How do I detect it from the code at runtime? I was able to come …

  4. Why is Windows 32-bit called Windows x86 and not Windows x32?

    x86 is the name of the architecture that it's built to run on (the name comes from a series of old Intel processors, the names of which all ended in 86, The first of which was the 8086). …

  5. Is it possible to write an if statement in x86 assembly language?

    Apr 1, 2013 · You could look up your CPU manual, or you could just ask the compiler. gcc -c foo.c objdump -d foo.o Where foo.c is just your function in a simple method.

  6. windows - How to get Windbg x86 version? - Stack Overflow

    Short answer is get the latest SDK or DDK (now called the WDK) for Windows. The newest version of the Debugging Tools are included in the latest of each of these.

  7. x86 - What does ORG Assembly Instruction do? - Stack Overflow

    Jun 11, 2020 · How this simple code is working in x86 assembly. 0. I don't understand what instruction "and ax ...

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

    Mar 8, 2012 · In two's complement (integer representation used by x86), signed and unsigned addition are exactly the same operation. This allows for example hardware developers to …

  9. Missing vc_runtimeminimum_x86.msi and installation won't work

    Apr 21, 2017 · "The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package …

  10. x86 - What is an effective address? - Stack Overflow

    Apr 19, 2016 · call 0x80000000 is a weird example, because x86 doesn't have an absolute direct form of a near call instruction, only call rel32. Do you mean a call from some address that …

Refresh