For example, using MASM32 to code on multicore machines? What differences do you have to be aware of?
infinities 0 Newbie Poster
Recommended Answers
Jump to PostFor example, using MASM32 to code on multicore machines? What differences do you have to be aware of?
You can compile code with a 32 bit assembler, and it will run on 64 bit machines, but the code produced will obviously only make use of 32 bit registers. How many …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.