32-bit application


architecture, operating system
ibm pc software that runs in a 32-bit flat address sp-ce.
the term 32-bit application came about because ms-dos and microsoft windows were originally written for the intel 8088 and 80286 microprocessors. these are 16 bit microprocessors with a segmented address sp-ce. programs with more than 64 kilobytes of code and/or data therefore had to switch between segments quite frequently. as this operation is quite time consuming in comparison to other machine operations, the application’s performance may suffer. furthermore, programming with segments is more involved than programming in a flat address sp-ce, giving rise to some complications in programming languages like “memory models” in c and c++.
the shift from 16-bit software to 32-bit software on ibm pc clones became possible with the introduction of the intel 80386 microprocessor. this microprocessor and its successors support a segmented address sp-ce with 16-bit and 32 bit segments (more precisely: segments with 16- or 32-bit address offset) or a linear 32-bit address sp-ce. for compatibility reasons, however, much of the software is nevertheless written in 16-bit models.
operating systems like microsoft windows or os/2 provide the possibility to run 16-bit (segmented) programs as well as 32-bit programs. the former possibility exists for backward compatibility and the latter is usually meant to be used for new software development.
see also win32s.
(1995-12-11)

Read Also:

  • 32000

    national semiconductor 32000

  • 360-degree

    adjective complete; all-around examples his statement indicated a 360-degree change in his viewpoint. word origin from a circle’s full circ-mference being 360 degrees

  • 3780

    binary synchronous transmission

  • 38

    [thur-tee-eyt] /ˈθɜr tiˈeɪt/ noun, plural 38s, 38’s. a pistol or revolver using a cartridge approximately .38 inch in diameter. the cartridge itself. also, thirty-eight.

  • 38's

    [thur-tee-eyt] /ˈθɜr tiˈeɪt/ noun, plural 38s, 38’s. a pistol or revolver using a cartridge approximately .38 inch in diameter. the cartridge itself. also, thirty-eight.


Disclaimer: 32-bit application definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.