hi all,
can anyone tell me that how can I change the functions in written for 16 bit processor in c language for 32 bit processor?
sushanttambare 0 Unverified User
Recommended Answers
Jump to PostI think it should work as it is except if you're doing any bitwise operations (or anything else specific to 16-bit arch) on some of the variables.
This is because word in 32 bit will be bigger than 16 bit, so all your data will be fine.
All 2 Replies
thekashyap 193 Practically a Posting Shark
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.