What is the difference between 16-bit, 32-bit, and even 64-bit compilers?
July 6, 2007 5:34 PM
Subscribe
programmingfilter: What is the difference between 16-bit, 32-bit, and even 64-bit compilers?
So I am in the midst of learning the C programing language and I have found that just because the language is a defined standard does not mean all compilers implement it the same way. Consider the Miracle C compiler. It is a 16-bit compiler. Most modern compilers, Visual C as an example, are 32-bit compilers. There are even 64-bit compilers. What are the implications of this difference? Recalling code generated by Miracle C, larger prediction errors were produced than did the code generated by Visual C. What difference would 16-bit vs 32-bit make to something like that?
Any links I should look at as a follow up? Thank you for your time.
posted by B(oYo)BIES to computers & internet (16 comments total)
1 user marked this as a favorite
posted by ill3 at 5:37 PM on July 6, 2007