Tagged Questions

1
vote
1answer
24 views

Precompiled headers and compiling universal objects on OSX

We are using precompiled headers with GCC for our project and build them like this: gcc $(CFLAGS) precompiledcommonlib.h Now I'm building the project on OSX 10.6 and trying to u …
0
votes
2answers
170 views

Building crti.o for i386

I am trying to build a cross-compiler with x86_64 being the host and i386 being the target. I'm getting the (all to common) crti.o: No such file error. Instead of grabbing an alrea …
0
votes
3answers
38 views

Disassemble into x86_64 on OSX10.6 (But with _Intel_ Syntax)

I know of otool -tv, but I would much rather use the Intel syntax rather than AT&Ts, mainly to easily follow along in a book and not have to look over thousands of %'s and $'s. …
2
votes
2answers
66 views

CPUID implementations in C++

Hi, I would like to know if somebody around here has some good examples of a C++ CPUID implementation that can be referenced from any of the managed .net languages. Also, should …
0
votes
2answers
111 views

Compiling assembly for X86/X64 for use with C#

I would like to add cpuid functionality to my C# app. I found this interesting blog post online. I will probably need MASM to compile this but: How should I start? I suspect that …
3
votes
2answers
130 views

Multiple threads and memory

I read in the Visual C++ documentation that it is safe for multiple threads to read from the same object. My question is: how does a X86-64 CPU with multiple cores handle this? S …
3
votes
3answers
173 views

assembly and multicore cpu’s

Can anyone tell me what x86-64 instructions are used to enable/disable other cores/processors and how one starts executing code on them? Is there documentation somewhere on how thi …
1
vote
1answer
114 views

How to Tell if a .NET Assembly Was Compiled as x86, x64 or Any CPU

What's the easiest way to discover (without access to the source project) whether a .NET assembly DLL was compiled as 'x86', 'x64' or 'Any CPU'? Update: A command-line utility was …
3
votes
2answers
382 views

Syscall from inline asm in x86_64 Linux?

Hi, Why does this print garbage instead of exiting my program gracefully? I use system calls this way on BSD, and I wonder what would I need to make it work in Linux. int main(in …
2
votes
1answer
123 views

Inline assembly error, thwarting gcc compilation attempts.

Greetings, SO. I have some code which I've made attempts at compiling using gcc, but my attempts have been thwarted. Could anyone more versed assist me with the subject, perhaps …
0
votes
4answers
177 views

Are there any instructions in x86 assembly that exist only in 64-bit mode?

Some old x86 instructions are undefined in 64-bit mode. For instance LDS, LES and LSS, or short opcodes of the INC r16 (40 + rw) and INC r32 (40 + rd) instructions. Are there any …
1
vote
4answers
196 views

Moving from 32-bit to 64-bit development, need clarification regarding .net framework and platform

Hello, Quick background: I develop C# in VS2008 under .net 3.5 on a Vista-x64 machine I recently switched to Vista-x64 and after some searching, I still feel that I do not comple …
1
vote
2answers
133 views

Advice for learning Linux x86-64 assembly & documentation

Does anyone have documentation pertaining to learning the fundamentals of Linux x86-64 assembly? I'm not sure whether or not to learn it as is, or to learn x86 first, and learn it …
0
votes
3answers
1k views

HP Universal Print Drivers Incredibly Slow

We recently migrated to a Windows 2003 R2 Enterprise x64 Server (SP2) as a print server. For the most part, we found that it wasn't too hard to get both a x64 and a x86 driver for …
9
votes
15answers
680 views

Porting 32 bit C++ code to 64 bit - is it worth it? Why?

I am aware of some the obvious gains of the x64 architecture (higher addressable RAM addresses, ect)... but: What if my program has no real need to run in native 64 bit mode. Sho …

1 2 3 next
15 30 50 per page