load time subroutine library

  • 1Self-modifying code — In computer science, self modifying code is code that alters its own instructions, intentionally or otherwise, while it is executing.Self modifying code is quite straightforward to write when using assembly language (taking into account the CPU… …

    Wikipedia

  • 2electronic music — electronically produced sounds recorded on tape and arranged by the composer to form a musical composition. [1930 35] * * * Any music involving electronic processing (e.g., recording and editing on tape) and whose reproduction involves the use of …

    Universalium

  • 3Electronic Delay Storage Automatic Calculator — (EDSAC) was an early British computer. The machine, having been inspired by John von Neumann s seminal First Draft of a Report on the EDVAC , was constructed by Maurice Wilkes and his team at the University of Cambridge Mathematical Laboratory in …

    Wikipedia

  • 4IBM System/36 — The IBM System/36 was a minicomputer marketed by IBM from 1983 to 2000. It was a multi user, multi tasking successor to the System/34. Like the System/34 and the older System/32, the System/36 was primarily programmed in the RPG II language. One… …

    Wikipedia

  • 5Position-independent code — In computing, position independent code (PIC) or position independent executable (PIE) is machine instruction code that executes properly regardless of where in memory it resides. PIC is commonly used for shared libraries, so that the same… …

    Wikipedia

  • 6Comparison of programming paradigms — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin …

    Wikipedia

  • 7Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… …

    Wikipedia

  • 8Assembly language — See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. Motorola MC6800 Assembly Language An assembly language is a low level programming language for computers, microprocessors,… …

    Wikipedia

  • 9Michigan Terminal System — (MTS) The MTS welcome screen as seen through a 3270 terminal emulator. Company / developer University of Michigan and 7 other universities in the US, Canada, and the UK …

    Wikipedia

  • 10Algorithmic efficiency — In computer science, efficiency is used to describe properties of an algorithm relating to how much of various types of resources it consumes. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or… …

    Wikipedia