Computer Programming Software Terms, Glossary and Dictionary

Startup Code

Startup code refers to a piece of assembly language code that prepares the way for software written in a high-level language. Startup code usually initializes code and data segments, safes I/O, and sets up chip selects and wait states. Most cross-compilers come with startup code that a user can modify, compile, and link with embedded programs.



Related Terms:

Startup Code