FR1545594A - Dispositif d'entrée/sortie d'un calculateur - Google Patents

Dispositif d'entrée/sortie d'un calculateur

Info

Publication number
FR1545594A
FR1545594A FR107783A FR107783A FR1545594A FR 1545594 A FR1545594 A FR 1545594A FR 107783 A FR107783 A FR 107783A FR 107783 A FR107783 A FR 107783A FR 1545594 A FR1545594 A FR 1545594A
Authority
FR
France
Prior art keywords
computer
input
output device
output
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
FR107783A
Other languages
English (en)
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
General Electric Co
Original Assignee
General Electric Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by General Electric Co filed Critical General Electric Co
Application granted granted Critical
Publication of FR1545594A publication Critical patent/FR1545594A/fr
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/04Addressing variable-length words or parts of words
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/12Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor
    • G06F13/122Program control for peripheral devices using hardware independent of the central processor, e.g. channel or peripheral processor where hardware performs an I/O function other than control of data transfer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/16Handling requests for interconnection or transfer for access to memory bus
    • G06F13/18Handling requests for interconnection or transfer for access to memory bus based on priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt
    • G06F13/26Handling requests for interconnection or transfer for access to input/output bus using interrupt with priority control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • G06F5/06Methods or arrangements for data conversion without changing the order or content of the data handled for changing the speed of data flow, i.e. speed regularising or timing, e.g. delay lines, FIFO buffers; over- or underrun control therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30032Movement instructions, e.g. MOVE, SHIFT, ROTATE, SHUFFLE
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3005Arrangements for executing specific machine instructions to perform operations for flow control
    • G06F9/30054Unconditional branch instructions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3867Concurrent instruction execution, e.g. pipeline, look ahead using instruction pipelines
    • G06F9/3875Pipelining a single stage, e.g. superpipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural
    • G06F9/4484Executing subprograms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • G06F9/4818Priority circuits therefor
FR107783A 1966-05-25 1967-05-25 Dispositif d'entrée/sortie d'un calculateur Expired FR1545594A (fr)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US55298166A 1966-05-25 1966-05-25

Publications (1)

Publication Number Publication Date
FR1545594A true FR1545594A (fr) 1968-11-15

Family

ID=24207624

Family Applications (6)

Application Number Title Priority Date Filing Date
FR1564477D Expired FR1564477A (fr) 1966-05-25 1967-05-25
FR1564476D Expired FR1564476A (fr) 1966-05-25 1967-05-25
FR107785A Expired FR1545595A (fr) 1966-05-25 1967-05-25 Appareillage de commande double dans un équipement de traitement des données
FR107790A Expired FR1528181A (fr) 1966-05-25 1967-05-25 Système de traitement des données avec une mémoire perfectionnée
FR107783A Expired FR1545594A (fr) 1966-05-25 1967-05-25 Dispositif d'entrée/sortie d'un calculateur
FR1564478D Expired FR1564478A (fr) 1966-05-25 1967-05-25

Family Applications Before (4)

Application Number Title Priority Date Filing Date
FR1564477D Expired FR1564477A (fr) 1966-05-25 1967-05-25
FR1564476D Expired FR1564476A (fr) 1966-05-25 1967-05-25
FR107785A Expired FR1545595A (fr) 1966-05-25 1967-05-25 Appareillage de commande double dans un équipement de traitement des données
FR107790A Expired FR1528181A (fr) 1966-05-25 1967-05-25 Système de traitement des données avec une mémoire perfectionnée

Family Applications After (1)

Application Number Title Priority Date Filing Date
FR1564478D Expired FR1564478A (fr) 1966-05-25 1967-05-25

Country Status (6)

Country Link
JP (3) JPS4510707B1 (fr)
CH (7) CH495016A (fr)
DE (8) DE1549423A1 (fr)
FR (6) FR1564477A (fr)
GB (10) GB1167945A (fr)
SE (5) SE329279B (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE2104733A1 (de) * 1970-02-06 1971-08-19 Burroughs Corp Mehrkanal Ubertragungsverarbeitungs system zum unabhängigen Steuern von Ein gäbe/Ausgabe Datenübertragungen

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2289003A1 (fr) * 1974-02-01 1976-05-21 Honeywell Bull Soc Ind Dispositif de commande de transferts de donnees entre la memoire centrale et les unites peripheriques d'un systeme informatique
US4209839A (en) * 1978-06-16 1980-06-24 International Business Machines Corporation Shared synchronous memory multiprocessing arrangement
US4306287A (en) * 1979-08-31 1981-12-15 Bell Telephone Laboratories, Incorporated Special address generation arrangement
GB2092341B (en) * 1981-02-02 1984-09-12 Picker Int Ltd Computer peripheral selection
GB2147126B (en) * 1983-09-29 1987-01-07 Memory Ireland Limited Improvements in and relating to computers
EP0690399A3 (fr) * 1994-06-30 1997-05-02 Tandem Computers Inc Système de transaction financière commandé à distance

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE2104733A1 (de) * 1970-02-06 1971-08-19 Burroughs Corp Mehrkanal Ubertragungsverarbeitungs system zum unabhängigen Steuern von Ein gäbe/Ausgabe Datenübertragungen

Also Published As

Publication number Publication date
GB1150489A (en) 1969-04-30
DE1298318B (de) 1969-06-26
GB1174069A (en) 1969-12-10
DE1549428B2 (de) 1973-02-01
DE1549431A1 (de) 1971-04-01
CH486738A (de) 1970-02-28
GB1167945A (en) 1969-10-22
GB1154516A (en) 1969-06-11
GB1173356A (en) 1969-12-10
CH505430A (de) 1971-03-31
DE1549428A1 (de) 1972-08-10
DE1549423A1 (de) 1971-02-18
FR1545595A (fr) 1968-11-15
JPS5323059B1 (fr) 1978-07-12
FR1564478A (fr) 1969-04-25
GB1137784A (en) 1968-12-27
GB1164000A (en) 1969-09-10
FR1528181A (fr) 1968-06-07
DE1549422A1 (de) 1971-01-07
DE1549424A1 (de) 1971-03-04
SE329287B (fr) 1970-10-05
JPS4510707B1 (fr) 1970-04-17
GB1186414A (en) 1970-04-02
DE1549426A1 (de) 1971-01-21
SE340192B (fr) 1971-11-08
FR1564477A (fr) 1969-04-25
DE1549429A1 (de) 1971-01-21
GB1142290A (en) 1969-02-05
CH489847A (de) 1970-04-30
CH495016A (de) 1970-08-15
CH493886A (de) 1970-07-15
JPS45236860B1 (fr) 1970-08-10
CH506132A (de) 1971-04-15
FR1564476A (fr) 1969-04-25
GB1177109A (en) 1970-01-07
CH495014A (de) 1970-08-15
DE1549422B2 (de) 1977-05-05
SE329279B (fr) 1970-10-05
SE329282B (fr) 1970-10-05
SE329517B (fr) 1970-10-12

Similar Documents

Publication Publication Date Title
FR1455079A (fr) Dispositif de commande d'entrée et de sortie
FR1383587A (fr) Arrangement et fonctionnement d'un calculateur
FR1417579A (fr) Dispositif relatifs à l'exploration d'un objet
CH456172A (fr) Dispositif de positionnement numérique d'un objet
FR1507559A (fr) Dispositif d'affichage numérique
FR1545594A (fr) Dispositif d'entrée/sortie d'un calculateur
FR1501062A (fr) Dispositif d'engrènement
FR1538083A (fr) Dispositif arithmétique
FR1547871A (fr) Dispositif d'affichage électronique perfectionné
FR1468198A (fr) Dispositif électronique
FR1459022A (fr) Dispositif de relation d'entrée entre fonctions analogiques et calculateur numérique
FR1421763A (fr) Appareil détecteur de signal d'entrée
FR1468236A (fr) Perfectionnements à un dispositif à débit constant
BE749936R (fr) Dispositif
FR1496637A (fr) Dispositif vibreur
FR1516934A (fr) Dispositif de relation de sortie entre calculateur numérique et fonctions analogiques
FR1442145A (fr) Dispositif de réglage d'un turbocompresseur
FR1515894A (fr) Dispositif d'entrée et/ou de sortie de spectromètre
FR1473353A (fr) Dispositif d'horlogerie
FR1545445A (fr) Dispositif d'accouplement
FR1542226A (fr) Dispositif d'entrée-sortie entre un calculateur digital et un dispositif d'utilisation
FR1452611A (fr) Dispositif électronique à l'état solide
FR1510838A (fr) Dispositif régulateur
FR1507310A (fr) Dispositif d'enrobage
FR1387830A (fr) Dispositif électronique d'asservissement