x86-64
How do I get Visual Studio to build assembler from separate files?
Due to the lack of compiler support for inline assembler with 6开发者_开发百科4 bit targets, I have need to build it in separate files.[详细]
2023-01-31 01:15 分类:问答How to compile gcc44 in i386 mode in macports?
I am trying to make command \"sudo port install py25-gtk\" work. The prob开发者_开发百科lem is that (at least) one of the dependencies (gcc44) is not compiling.[详细]
2023-01-29 06:17 分类:问答Moving contents of RAX to C variable (x86-64 asm)
This is a rather naive question. I\'m just playing around w开发者_如何转开发ith allocating some executable memory and manually assembling some x86 code to run in it. I\'m a bit confused by how address[详细]
2023-01-27 21:53 分类:问答C to assembly call convention 32bit vs 64bit
I have been following the excellent book Programming Ground Up, wanting to learn assembly. Although not in the book at this point, I wanted to call my assembly function from C. on a 32 bit machine, th[详细]
2023-01-26 22:14 分类:问答x86_64 64 bit immediate move
I am writing the instruction below. movq开发者_开发百科$TARGET_CIA, %rcx TARGET_CIA is an undefined variable so is treated as zero. This instruction\'s disassembly looks like[详细]
2023-01-25 06:58 分类:问答How do I detect the supported framework architecture (x86 or x86-64) in Mono and .NET?
In .NET/Windows there is the PROCESSOR_ARCHITECTURE environment variable which identifies whether a running process is x32, x64 or IA64.[详细]
2023-01-24 22:33 分类:问答More efficient way to output an integer in pure assembly
I\'m looking to output an integer using pure assembly. I\'m using nasm on a 64-bit linux machine. At the moment I\'m looking for a way to output integers to debug a compiler, but I want to use the sam[详细]
2023-01-24 08:58 分类:问答Installer which chooses the MSI based on the CPU architecture (x86 32-bit, x64 64-bit, etc)
I have an installer (Visual Studio setup project) whic开发者_如何学JAVAh uses DIFxApp and an Orca transform to install drivers. The problem is that there are two DIFxApp merge modules - one for x86 an[详细]
2023-01-24 05:50 分类:问答Can a C compiler generate an executable 64-bits where pointers are 32-bits?
Most programs fits well on <4GB address space but needs to use new features just available on x64 architecture.[详细]
2023-01-23 16:55 分类:问答Got "Access is denied" when I tried to install 64-bit mongodb in Windows server 2008
All I did is to run below script: D:\\Tools\\MongoDb\\bin\\mongod.exe --dbpath D:\\MongoDb\\data\\ Then I got exception:[详细]
2023-01-23 07:23 分类:问答