Recommended Answers
Jump to PostNo it wouldn't. Applications expect the operating system to do various things of their behalf, such as allocating memory, writing to disk, displaying stuff on the screen, getting keyboard input, and so on. Every operating system has its own way of making those services available to applications, and, apart from …
Jump to PostThe assembly language itself would be the same, but the operating system services you need to call to get things done would be completely different.
The only difference between 32 bit and 64 bit assembly language is the width of the registers - plus you have got eight more of …
All 7 Replies
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.