MIL-STD-1750A

From Wikipedia, the free encyclopedia
1750A
Bits16-bit
Introduced1980
DesignCMOS, GaAs, ECL, SoS
TypeCISC[citation needed]
Encoding16-bit instructions
ExtensionsFPU, MMU
Registers
General-purpose16 × 16-bit
Floating pointOptional in specification

MIL-STD-1750A or 1750A is the formal definition of a 16-bit computer instruction set architecture (ISA), including both required and optional components, as described by the military standard document MIL-STD-1750A (1980). Since August 1996, it has been inactive for new designs.

In addition to the core ISA, the definition defines optional instructions, such as a FPU and MMU. Importantly, the standard does not define the implementation details of a 1750A processor.

Internals[edit]

Bound copy, from the 1980s, of the MIL-STD-1750A specification document

The 1750A supports 216 16-bit words of memory for the core standard. The standard defines an optional memory management unit that allows 220 16-bit words of memory using 512 page mapping registers (in the I/O space), defining separate instruction and data spaces, and keyed memory access control.

Most instructions are 16 bits, although some have a 16-bit extension. The standard computer has 16 general purpose 16-bit registers (0 through 15). Registers 1 through 15 can be used as index registers. Registers 12 through 15 can be used as base registers.

Any of the 16 registers can be used as a stack pointer for the SJS and URS instructions (stack jump subroutine and unstack return subroutine), but only register 15 is used as the stack pointer for the PSHM and POPM instructions (push multiple and pop multiple).

The computer has instructions for 16, and 32-bit binary arithmetic, as well as 32 and 48 bit floating point. I/O is generally via the I/O instructions (XIO and VIO), which have a separate 216 16-bit word address space and may have a specialized bus.

Implementations[edit]

Performance Semiconductor P1750AE

Because MIL-STD-1750A does not define implementation details, 1750A products are available from a wide variety of companies in the form of component, board, and system-level offerings implemented in myriad technologies, often the most advanced and exotic of their respective periods (e.g. GaAs, ECL, SoS).

1750A systems often offer high levels of protection from radiation and other hazardous environments, making them particularly suited for military, aviation and space applications.

Examples of MIL-STD-1750A implementations include:

Programming[edit]

Software vendor from the 1980s offering cross-compilers from three language languages to the 1750A

Processors based on MIL-STD-1750A are often programmed in JOVIAL, a high-level programming language defined by the United States Department of Defense which is derived from ALGOL 58. Later, Ada was heavily used.

There are also C compilers, for example Cleanscape XTC-1750A. Older versions of GNU GCC contain support for MIL-STD-1750A; it was declared obsolete in version 3.1, and removed in subsequent versions.

In addition, DDC-I provides its SCORE Integrated Development Environment (IDE) with both Ada95 and C compilers, and TADS (Tartan Ada Development System) Ada83 development environment, both targeting processors based on MIL-STD-1750A.

Deployments[edit]

The U.S. Air Force defined the standard in order to have a common computing architecture and thereby reduce the costs of software and computer systems for all military computing needs. This includes embedded tasks such as aircraft and missile control systems as well as more mundane general military computing needs.

The advantages of this concept are recognized outside of the USAF, and the 1750A has been adopted by other organizations such as the European Space Agency, NASA, Israeli Aircraft Industries, and many projects in academia.

Examples of military aircraft using the 1750A include:

Use in space[edit]

Fully space-rated implementations make the 1750A one of the few types of computers that are applicable for use in deep space applications. Example spacecraft that use the 1750A are:

1750B[edit]

The MIL-STD-1750B was to be a successor architecture to the MIL-STD-1750A, with added and expanded features, some of which were optional. By the mid-1980s there was a published draft of the 1750B available,[8] and some vendors began implementations for it. However, no finalized specification was ever issued for the 1750B, as military and industry attention shifted to 32-bit architectural alternatives such as the MIPS R3000.

References[edit]

  1. ^ "mas31750 DataSheet - PDF - www.BestDatasheets.com". bestdatasheets.com.
  2. ^ "An Implementation of MIL-STD-1750 Airborne Computer Instruction Set Architecture". dtic.mil. Archived from the original on 2011-08-23. Retrieved 2010-06-10.
  3. ^ "Onboard processor validation for space applications - IEEE Conference Publication". doi:10.1109/ICACCI.2015.7275677. S2CID 16385798. {{cite journal}}: Cite journal requires |journal= (help)
  4. ^ "Archived copy" (PDF). Archived from the original (PDF) on 2014-09-01. Retrieved 2014-09-23.{{cite web}}: CS1 maint: archived copy as title (link)
  5. ^ ftp://ftp.elet.polimi.it/users/Marco.Lovera/ESAGNC08/S08/07_Veeraraghavan.pdf[permanent dead link]
  6. ^ "Orbital ATK" (PDF). orbital.com.
  7. ^ "Orbital ATK" (PDF). orbital.com.
  8. ^ S. Lloyd Plehaty, "Software Considerations for Interfacing Avionics Computers and Mux Buses", SAE Transactions Vol. 95, Section 7: Aerospace (1986), pp. 63–68.

External links[edit]