CH493886A - Datenverarbeitungsanlage - Google Patents

Datenverarbeitungsanlage

Info

Publication number
CH493886A
CH493886A CH736967A CH736967A CH493886A CH 493886 A CH493886 A CH 493886A CH 736967 A CH736967 A CH 736967A CH 736967 A CH736967 A CH 736967A CH 493886 A CH493886 A CH 493886A
Authority
CH
Switzerland
Prior art keywords
program
control device
processor
interruption
signal
Prior art date
Application number
CH736967A
Other languages
German (de)
English (en)
Inventor
Leroy Bahrs David
Cohen Robert
Francis Couleur John
Francis Gudenschwager Philip
Leroy Ruth Richard
Arnold Shelly William
George Trubisky Leonard
Original Assignee
Gen Electric
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 Gen Electric filed Critical Gen Electric
Publication of CH493886A publication Critical patent/CH493886A/de

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 or look ahead
    • G06F9/3867Concurrent instruction execution, e.g. pipeline or 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Programmable Controllers (AREA)
  • Computer And Data Communications (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Bus Control (AREA)
  • Executing Machine-Instructions (AREA)
  • Debugging And Monitoring (AREA)
  • Electrophonic Musical Instruments (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)
  • Storage Device Security (AREA)
  • Hardware Redundancy (AREA)
  • Logic Circuits (AREA)
CH736967A 1966-05-25 1967-05-25 Datenverarbeitungsanlage CH493886A (de)

Applications Claiming Priority (1)

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

Publications (1)

Publication Number Publication Date
CH493886A true CH493886A (de) 1970-07-15

Family

ID=24207624

Family Applications (7)

Application Number Title Priority Date Filing Date
CH736467A CH506132A (de) 1966-05-25 1967-05-25 Dringlichkeitsstufen-Erkennungs-Einrichtung für eine Datenverarbeitungsanlage
CH736767A CH489847A (de) 1966-05-25 1967-05-25 Steuerwerk für eine digitale Rechenanlage
CH736867A CH505430A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH736567A CH486738A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH737067A CH495016A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH736967A CH493886A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH736667A CH495014A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage

Family Applications Before (5)

Application Number Title Priority Date Filing Date
CH736467A CH506132A (de) 1966-05-25 1967-05-25 Dringlichkeitsstufen-Erkennungs-Einrichtung für eine Datenverarbeitungsanlage
CH736767A CH489847A (de) 1966-05-25 1967-05-25 Steuerwerk für eine digitale Rechenanlage
CH736867A CH505430A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH736567A CH486738A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage
CH737067A CH495016A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage

Family Applications After (1)

Application Number Title Priority Date Filing Date
CH736667A CH495014A (de) 1966-05-25 1967-05-25 Datenverarbeitungsanlage

Country Status (6)

Country Link
JP (3) JPS5323059B1 (fr)
CH (7) CH506132A (fr)
DE (8) DE1298318B (fr)
FR (6) FR1564478A (fr)
GB (10) GB1167945A (fr)
SE (5) SE329517B (fr)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3675209A (en) * 1970-02-06 1972-07-04 Burroughs Corp Autonomous multiple-path input/output control system
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

Also Published As

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

Similar Documents

Publication Publication Date Title
DE2716369C2 (fr)
DE2230830C2 (de) Datenverarbeitungsanlage
DE2322674C3 (de) Mikroprogramm-Steuereinrichtung
DE1524209B2 (de) Programmgesteuerte datenverarbeitungsanlage
DE2907181A1 (de) Befehlssatz-modifizierregister fuer einen datenprozessor
DE1299145B (de) Schaltungsanordnung zum Steuern von peripheren Ein- und Ausgabegeraeten von Datenverarbeitungssystemen
DE2130299A1 (de) Eingabe/Ausgabe-Kanal fuer Datenverarbeitungsanlagen
DE2019444A1 (de) Datenverarbeitungsanlage
DE1524183B1 (de) Schaltungsanordnung zum Speicherschutz für Random-Speicher bei Datenverarbeitungsanlagen
DE2219918A1 (de) Programmierbares Steuergerät
EP1329816A2 (fr) Procédé pour le transfert dynamique automatique de processeurs à flux de données (dfp) ainsi que de modules à deux ou plusieurs structures cellulaires programmables bidimensionnelles ou multidimensionnelles (fpga, dpga ou analogues)
DE1424762B2 (de) Datenverarbeitungsanlage
DE1549437A1 (de) Datenverarbeitendes System aus mehreren miteinander verbundenen Datenverarbeitungsanlagen
DE1189294B (de) Datenverarbeitungsanlage
EP0062141B1 (fr) Circuit pour l'entrée de signaux de commande d'exécution dans un système de micro-ordinateur
DE69726400T2 (de) Festkörper-datenprozessor mit vielseitiger mehrquellen-unterbrechungsorganisation
DE1524898C3 (de) Datenspeicher mit direktem mehrdimensionalen Zugriff zur gleichzeitigen Entnahme mehrerer Wörter
DE1925427A1 (de) Datenuebertragungsvorrichtung zum UEbertragen von Daten zwischen Informationsspeichern
DE2218630B2 (de) Schaltungsanordnung zur Steuerung von Unterbrechungssignalen in Datenverarbeitungsanlagen
CH493886A (de) Datenverarbeitungsanlage
DE1237812B (de) Datenverarbeitungsgeraet mit mehreren Speichern
DE60221515T2 (de) Speichersystem für schleifenbeschleunigung nach wunsch
DE1193279B (de) Elektronen-Ziffernrechner mit eingespeichertem Programm
DE2163435A1 (de) Datenverarbeitungsanlage mit einem Speicher mit verteilter Logik
DE2230727A1 (de) Schaltungsanordnung zur dynamischen zuteilung von speicherzyklen mit vorrangsteuerung

Legal Events

Date Code Title Description
PL Patent ceased