The Intel 8008 ("eight-thousand-eight" or "eighty-oh-eight") is an early 8-bit microprocessor capable of addressing 16 KB of memory, introduced in April 1972. The 8008 architecture was designed by Computer Terminal Corporation (CTC) and was implemented and manufactured by Intel. While the 8008 was originally designed for use in CTC's Datapoint 2200 programmable terminal, an agreement between CTC and Intel permitted Intel to market the chip to other customers after Seiko expressed an interest in using it for a calculator.
History
In order to address several issues with the Datapoint 3300, including excessive heat radiation, Computer Terminal Corporation (CTC) designed the architecture of the 3300's planned successor with a CPU as part of the internal circuitry re-implemented on a single chip. Looking for a company able to produce their chip design, CTC co-founder Austin O. "Gus" Roche turned to Intel, then primarily a vendor of memory chips.[3] Roche met with Bob Noyce, who expressed concern with the concept; John Frassanito recalls that:
"Noyce said it was an intriguing idea, and that Intel could do it, but it would be a dumb move. He said that if you have a computer chip, you can only sell one chip per computer, while with memory, you can sell hundreds of chips per computer."[3]
Another major concern was that Intel's existing customer base purchased their memory chips for use with their own processor designs; if Intel introduced their own processor, they might be seen as a competitor, and their customers might look elsewhere for memory. Nevertheless, Noyce agreed to a US$50,000 development contract in early 1970 (equivalent to $392,000 in 2023). Texas Instruments (TI) was also brought in as a second supplier.[citation needed]
TI was able to make samples of the 1201 based on Intel drawings,[citation needed] but these proved to be buggy and were rejected. Intel's own versions were delayed. CTC decided to re-implement the new version of the terminal using discrete TTL instead of waiting for a single-chip CPU. The new system was released as the Datapoint 2200 in the spring 1970, with their first sale to General Mills on 25 May 1970.[3] CTC paused development of the 1201 after the 2200 was released, as it was no longer needed. Six months later, Seiko approached Intel, expressing an interest in using the 1201 in a scientific calculator, likely after seeing the success of the simpler Intel 4004 used by Busicom in their business calculators. A small re-design followed, under the leadership of Federico Faggin, the designer of the 4004, now project leader of the 1201, expanding from a 16-pin to 18-pin design, and the new 1201 was delivered to CTC in late 1971.[3]
By that point, CTC had once again moved on, this time to the Datapoint 2200 II, which was faster. The 1201 was no longer powerful enough for the new model. CTC voted to end their involvement with the 1201, leaving the design's intellectual property to Intel instead of paying the $50,000 contract. Intel renamed it the 8008 and put it in their catalog in April 1972 priced at US$120 (equivalent to $874 in 2023). This renaming tried to ride off the success of the 4004 chip, by presenting the 8008 as simply a 4 to 8 port, but the 8008 is not based on the 4004.[4] The 8008 went on to be a commercially successful design. This was followed by the Intel 8080, and then the hugely successful Intel x86 family.[3]
One of the first teams to build a complete system around the 8008 was Bill Pentz's team at California State University, Sacramento. The Sac State 8008 was possibly the first true microcomputer, with a disk operating system built with IBM Basic assembly language in PROM,[disputed – discuss] all driving a color display, hard drive, keyboard, modem, audio/paper tape reader, and printer.[5] The project started in the spring of 1972, and with key help from Tektronix, the system was fully functional a year later.
In the UK, a team at S. E. Laboratories Engineering (EMI) led by Tom Spink in 1972 built a microcomputer based on a pre-release sample of the 8008. Joe Hardman extended the chip with an external stack. This, among other things, gave it power-fail save and recovery. Joe also developed a direct screen printer. The operating system was written using a meta-assembler developed by L. Crawford and J. Parnell for a Digital Equipment CorporationPDP-11.[6] The operating system was burnt into a PROM. It was interrupt-driven, queued, and based on a fixed page size for programs and data. An operational prototype was prepared for management, who decided not to continue with the project.[citation needed]
The 8008 was the CPU for the very first commercial non-calculator personal computers (excluding the Datapoint 2200 itself): the US SCELBI kit and the pre-built French Micral N and Canadian MCM/70. It was also the controlling microprocessor for the first several models in Hewlett-Packard's 2640 family of computer terminals.[citation needed]
The 8008 was implemented in 10 μm silicon-gate enhancement-mode PMOS logic. Initial versions could work at clock frequencies up to 0.5 MHz. This was later increased in the 8008-1 to a specified maximum of 0.8 MHz. Instructions take between 3 and 11 T-states, where each T-state is 2 clock cycles.[11]
Register–register loads and ALU operations take 5T (20 μs at 0.5 MHz), register–memory 8T (32 μs), while calls and jumps (when taken) take 11 T-states (44 μs).[12]
The 8008 is a little slower in terms of instructions per second (36,000 to 80,000 at 0.8 MHz) than the 4-bit Intel 4004 and Intel 4040.[13] but since the 8008 processes data 8 bits at a time and can access significantly more RAM, in most applications it has a significant speed advantage over these processors. The 8008 has 3,500 transistors.[14][15][16]
The chip, limited by its 18-pin DIP, has a single 8-bit bus working triple duty to transfer 8 data bits, 14 address bits, and two status bits. The small package requires about 30 TTL support chips to interface to memory.[17] For example, the 14-bit address, which can access "16 K × 8 bits of memory", needs to be latched by some of this logic into an external memory address register (MAR). The 8008 can access 8 input ports and 24 output ports.[11]
For controller and CRT terminal use, this is an acceptable design, but it is rather cumbersome to use for most other tasks, at least compared to the next generations of microprocessors. A few early computer designs were based on it, but most would use the later and greatly improved Intel 8080 instead.[citation needed]
Related processor designs
The subsequent 40-pin NMOSIntel 8080 expanded upon the 8008 registers and instruction set and implements a more efficient external bus interface (using the 22 additional pins). Despite a close architectural relationship, the 8080 was not made binary compatible with the 8008, so an 8008 program would not run on an 8080. However, as two different assembly syntaxes were used by Intel at the time, the 8080 could be used in an 8008 assembly-language backward-compatible fashion.
The Intel 8085 is an electrically modernized version of the 8080 that uses depletion-mode transistors and also added two new instructions.
The Intel 8086, the original x86 processor, is a non-strict extension of the 8080, so it loosely resembles the original Datapoint 2200 design as well. Almost every Datapoint 2200 and 8008 instruction has an equivalent not only in the instruction set of the 8080, 8085, and Z80, but also in the instruction set of modern x86 processors (although the instruction encodings are different).
Features
The 8008 architecture includes the following features:[citation needed]
Seven 8-bit "scratchpad" registers: The main accumulator (A) and six other registers (B, C, D, E, H, and L).
14-bit program counter (PC).
Seven-level push-down address call stack. Eight registers are actually used, with the top-most register being the PC.
Four condition code status flags: carry (C), even parity (P), zero (Z), and sign (S).
Indirect memory access using the H and L registers (HL) as a 14-bit data pointer (the upper two bits are ignored).
Instruction set
Instructions are all one to three bytes long, consisting of an initial opcode byte, followed by up to two bytes of operands which can be an immediate operand or a program address. Instructions operate on 8-bits only; there are no 16-bit operations. There is only one mechanism to address data memory: indirect addressing pointed to by a concatenation of the H and L registers, referenced as M. The 8008 does, however, support 14-bit program addresses. It has automatic CAL and RET instructions for multi-level subroutine calls and returns which can be conditionally executed, like jumps. Eight one-byte call instructions (RST) for subroutines exist at the fixed addresses 00h, 08h, 10h, ..., 38h. These are intended to be supplied by external hardware in order to invoke interrupt service routines, but can employed as fast calls. Direct copying may be made between any two registers or a register and memory. Eight math/logic functions are supported between the accumulator (A) and any register, memory, or an immediate value. Results are always deposited in A. Increments and decrements are supported for most registers but, curiously, not A. Register A does, however, support four different rotate instructions. All instructions are executed in 3 to 11 states. Each state requires two clocks.
Opcode
Operands
Mnemonic
States
Description
7
6
5
4
3
2
1
0
b2
b3
0
0
0
0
0
0
0
X
—
—
HLT
4
Halt
0
0
DDD
0
0
0
—
—
INr
5
DDD ← DDD + 1 (except A and M)
0
0
DDD
0
0
1
—
—
DCr
5
DDD ← DDD - 1 (except A and M)
0
0
0
0
0
0
1
0
—
—
RLC
5
A1-7 ← A0-6; A0 ← Cy ← A7
0
0
CC
0
1
1
—
—
Rcc (RET conditional)
3/5
If cc true, P ← (stack)
0
0
ALU
1
0
0
data
—
ADI ACI SUI SBI NDI XRI ORI CPI data
8
A ← A [ALU operation] data
0
0
N
1
0
1
—
—
RST n
5
(stack) ← P, P ← N x 8
0
0
DDD
1
1
0
data
—
LrI data (Load r with immediate data)
8/9
DDD ← data
0
0
X
X
X
1
1
1
—
—
RET
5
P ← (stack)
0
0
0
0
1
0
1
0
—
—
RRC
5
A0-6 ← A1-7; A7 ← Cy ← A0
0
0
0
1
0
0
1
0
—
—
RAL
5
A1-7 ← A0-6; Cy ← A7; A0 ← Cy
0
0
0
1
1
0
1
0
—
—
RAR
5
A0-6 ← A1-7; Cy ← A0; A7 ← Cy
0
1
CC
0
0
0
addlo
addhi
Jcc add (JMP conditional)
9/11
If cc true, P ← add
0
1
0
0
port
1
—
—
INP port
8
A ← Port (ports 0-7 only)
0
1
port
1
—
—
OUT port
6
Port ← A (ports 8-31 only)
0
1
CC
0
1
0
addlo
addhi
Ccc add (CAL conditional)
9/11
If cc true, (stack) ← P, P ← add
0
1
X
X
X
1
0
0
addlo
addhi
JMP add
11
P ← add
0
1
X
X
X
1
1
0
addlo
addhi
CAL add
11
(stack) ← P, P ← add
1
0
ALU
SSS
—
—
ADr ACr SUr SBr NDr XRr ORr CPr
5/8
A ← A [ALU operation] SSS
1
1
DDD
SSS
—
—
Lds (Load d with s)
5/7/8
DDD ← SSS
1
1
1
1
1
1
1
1
—
—
HLT
4
Halt
7
6
5
4
3
2
1
0
b2
b3
Mnemonic
States
Description
SSS DDD
2
1
0
CC
ALU
A
0
0
0
FC, C false
ADr ADI (A ← A + arg)
B
0
0
1
FZ, Z false
ACr ACI (A ← A + arg + Cy)
C
0
1
0
FS, S false
SUr SUI (A ← A - arg)
D
0
1
1
FP, P odd
SBr SBI (A ← A - arg - Cy)
E
1
0
0
TC, C true
NDr NDI (A ← A ∧ arg)
H
1
0
1
TZ, Z true
XRr XRI (A ← A ⊻ arg)
L
1
1
0
TS, S true
ORr ORI (A ← A ∨ arg)
M
1
1
1
TP, P even
CPr CPI (A - arg)
SSS DDD
2
1
0
CC
ALU
Code example 1
The following 8008 assembly source code is for a subroutine named MEMCPY that copies a block of data bytes of a given size from one location to another. Intel's 8008 assembler supported only + and - operators. This example borrows the 8080's assembler AND and SHR (shift right) operators to select the low and high bytes of a 14-bit address for placement into the 8 bit registers. A contemporaneous 8008 programmer was expected to calculate the numbers and type them in for the assembler.
; MEMCPY --; Copy a block of memory from one location to another.;; Entry parameters; SRC: 14-bit address of source data block; DST: 14-bit address of target data block; CNT: 14-bit count of bytes to copyORG1700Q;Data at 001700qSRCDFB0;SRC, low byteDFB0; high byteDSTDFB0;DST, low byteDFB0; high byteCNTDFB0;CNT, low byteDFB0; high byteORG2000Q;Code at 002000qMEMCPYLLICNTAND255;HL = addr(CNT)LHICNTSHR8;(AND and SHR not supported)LCM;BC = CNTINLLBMLOOPLAC;If BC = 0,ORBRTZ;ReturnDECCNTLAC;BC = BC - 1SUI1LCALABSBI0LBAGETSRCLLISRCAND255;HL = addr(SRC)LHISRCSHR8LAC;HL = SRC + BCADM;E = C + (HL)LEA;(lower sum)INL;point to upper SRCLABACM;H = B + (HL) + CYLHA;(upper sum)LLE;L = ELDM;Load D from (HL)GETDSTLLIDSTAND255;HL = addr(DST)LHIDSTSHR8LAC;HL = DST + BCADM;ADD code same as aboveLEAINLLABACMLHALLELMD;Store D to (HL)JMPLOOP;Repeat the loopEND
In the code above, all values are given in octal. Locations SRC, DST, and CNT are 16-bit parameters for the subroutine named MEMCPY. In actuality, only 14 bits of the values are used, since the CPU has only a 14-bit addressable memory space. The values are stored in little-endian format, although this is an arbitrary choice, since the CPU is incapable of reading or writing more than a single byte into memory at a time. Since there is no instruction to load a register directly from a given memory address, the HL register pair must first be loaded with the address, and the target register can then be loaded from the M operand, which is an indirect load from the memory location in the HL register pair. The BC register pair is loaded with the CNT parameter value and decremented at the end of the loop until it becomes zero. Note that most of the instructions used occupy a single 8-bit opcode.
Code example 2
The following 8008 assembly source code is for a simplified subroutine named MEMCPY2 that copies a block of data bytes from one location to another. By reducing the byte counter to 8 bits, there is enough room to load all the subroutine parameters into the 8008's register file.
; MEMCPY2 --; Copy a block of memory from one location to another;; Entry parameters in registers; HL: 14-bit address of source data block; DE: 14-bit address of target data block; C: 8-bit count of bytes to copy. (1 to 256 bytes)ORG2000Q;Code at 002000qMEMCPY2LAM;Read source byte into ACALXCHGI;Exchange HL<->DE and increment DELMA;Save A to target byteCALXCHGI;Exchange HL<->DE and increment DEDCC;Decrement byte counterJFZMEMCPY2;Continue for all bytesRET;Exchange DE and HL register pairs then increment DE as 16 bitsXCHGILBL;Exchange L and ELLELEBLBH;Exchange H and DLHDLDBINE;Inc E, low byte of DERFZ;Return if no carryIND;Otherwise inc high byte DRETEND
Interrupts
Interrupts on the 8008 are only partially implemented. After the INT line is asserted, the 8008 acknowledges the interrupt by outputting a state code of S0,S1,S2 = 011 at T1I time. At the subsequent instruction fetch cycle, an instruction is "jammed" (Intel's word) by external hardware on the bus. Typically this is a one-byte RST instruction.
At this point, there is a problem. The 8008 has is no provision to save its architectural state. The 8008 can only write to memory via an address in the HL register pair. When interrupted, there is no mechanism to save HL so there is no way to save the other registers and flags via HL. Because of this, some sort of external memory device such as a hardware stack or a pair of read/write registers must be attached to the 8008 via the I/0 ports to help save the state of the 8008.[18]
Ted Hoff and Stan Mazor proposed a single-chip implementation of the CTC architecture, using RAM-register memory rather than shift-register memory, and also added a few instructions and interrupt facility. The 8008 (originally called 1201) chip design started before the 4004 development. Hoff and Mazor, however, could not and did not develop a "silicon design" because they were neither chip designers nor process developers, and furthermore the necessary silicon-gate-based design methodology and circuits, under development by Federico Faggin for the 4004, were not yet available.[19]
Federico Faggin, having finished the design of the 4004, became leader of the project from January 1971 until its successful completion in April 1972, after it had been suspended – for lack of progress – for about seven months.
Hal Feeney, project engineer, did the detailed logic design, circuit design, and physical layout under Faggin's supervision, employing the same design methodology that Faggin had originally developed for the Intel 4004 microprocessor, and utilizing the basic circuits he had developed for the 4004. A combined "HF" logo was etched onto the chip about halfway between the D5 and D6 bonding pads.
^Ken Shirriff (2021-01-26). "On the Metal: Ken Shirriff". Oxide Computing Podcast (Interview). Interviewed by Bryan Cantrill; Jessie Frazelle; Steve Tuck. Event occurs at 19:52. First, the 4004 and the 8008 are entirely different chips. Marketing makes them sound like it's just a 4-bit and 8-bit version, but they're totally different.
^"8008 Simulator INTERP/8"(PDF). Microcomputer Software. Santa Clara, California, USA: Intel Corporation. March 1975. Product Code 98-118A. MCS-514-0375/27.5K. Archived(PDF) from the original on 2023-11-25. Retrieved 2023-11-25. (2 pages)
Anna Yamada2022Nama asal山田杏奈Lahir8 Januari 2001 (umur 23)Saitama, JepangPekerjaanAktrisTahun aktif2011–sekarangAgenAmuseSitus webhttp://artist.amuse.co.jp/artist/yamada_anna/ Anna Yamada (山田杏奈code: ja is deprecated , Yamada Anna, lahir 8 Januari 2001) adalah Aktris film dan televisi Jepang. Dia berada di bawah agensi Amuse. Biografi Anna Yamada memenangkan Grand Prix, pada audisi Ciao Girl Audition 2011, yang diadakan majalah komik Ciao. Pada 2018 Anna Mendap...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Oktober 2022. Koordinat: 05h 35m 46.0s, −69° 18′ 00″ Nebula sarang lebahNebulaGambar Nebula Sarang Lebah yang diambil Hubble.[1] Credit: ESA/Hubble & NASAData pengamatan: J2000 eposAsensio rekta 05j 35m 46.0d[2]Deklinasi...
Head of state and of government of the U.S. state of Maine Governor of MaineSeal of the governorIncumbentJanet Millssince January 2, 2019Government of MaineStyleThe HonorableStatusHead of stateHead of governmentResidenceThe Blaine HouseSeatAugusta, MaineAppointerPopular voteTerm length4 years, renewable once consecutivelyConstituting instrumentConstitution of MainePrecursorGovernor of Massachusetts (District of Maine)Inaugural holderWilliam KingFormationMarch 15, 1820Salary$70,000 [1...
Scottish chemist Alison RodgerAlma materUniversity of Sydney Moore Theological College University of Oxford University of ChesterKnown forBiomacromoleculesScientific careerInstitutionsMacquarie University University of Warwick University of Oxford University of Cambridge Alison Rodger FRSC FRACI FAA CChem (born November 21, 1959) is a professor of chemistry at Macquarie University. Her research considers biomacromolecular structures and their characterisation. She is currently devel...
Pour les articles homonymes, voir BM. Biologie moléculaireGéométrie de la double hélice d'ADN B montrant le petit et le grand sillon ainsi que le détail des deux types de paires de bases : thymine–adénine en haut et cytosine–guanine en bas.Partie de BiologiePratiqué par Biologiste moléculaire (d)Champs EnzymologieObjet Moléculemodifier - modifier le code - modifier Wikidata La biologie moléculaire (parfois abrégée bio. mol.) est une discipline scientifique de la vie au c...
Soviet military space station program For other uses, see Almaz (disambiguation). Line drawing of an Almaz space station Almaz space station at VDNKh (Russia) The Almaz (Russian: Алмаз, lit. 'Diamond') program was a highly secret Soviet military space station program, begun in the early 1960s. Three crewed military reconnaissance stations were launched between 1973 and 1976: Salyut 2, Salyut 3 and Salyut 5. To cover the military nature of the program, the three launched Alm...
Claudia Gravy nel 2018 Claudia Gravy, all'anagrafe Marie-Claude Perin (Boma, 12 maggio 1945), è un'attrice spagnola. Indice 1 Biografia 2 Filmografia parziale 2.1 Cinema 2.2 Televisione 3 Note 4 Bibliografia 5 Altri progetti 6 Collegamenti esterni Biografia Claudia Gray, nata nel Congo Belga, nel 1965 si trasferisce a Madrid e debutta al cinema con l'adattamento di Fernando Fernán Gómez dell'opera di Miguel Mihura, Ninette y un señor de Murcia. Nel decennio successivo è diventata un volt...
Football clubFC UnterföhringFull nameFussball Club Unterföhring 1927 e.V.Nickname(s)FC Unterfoehring FCUFounded6 March 1927GroundSportpark IsarauCapacityThe VillageChairmanFaber FranzManagerZlatan SimikicLeagueBayernliga Süd (V)2017–18Regionalliga Bayern (IV), 19th (relegated) Home colours Away colours The FC Unterföhring is a German association football club from the town of Unterföhring, Bavaria. The club's greatest success came in 2017 when it qualified for the Regionalliga Bayern, ...
Israel en el Festival de la Canción de Eurovisión 2023País IsraelTelevisión participante IPBCComentarista(s) Asaf LibermanAkiva NovickPortavoz(es) IlanitProceso de selecciónNombre Elección InternaFecha(s) Elección de artista:10 de agosto de 2022Elección de canción:8 de marzo de 2023RepresentaciónArtista Noa KirelCanción «Unicorn»Resultados1ª Semifinal Clasificada (3.ª posición, 127 puntos)Final 3.ª posición, 362 puntosIsrael en el Festival de Eurovisión ◄ 2022 2024 ...
Bagian dari seri tentangLGBT lesbian ∙ gay ∙ biseksual ∙ transgender Orientasi seksual Homoseksualitas Gay Lesbian Biseksualitas Panseksualitas Poliseksualitas Aseksualitas Aseksualitas abu-abu Queer Identitas seksual Demografi New York Indonesia Biologi Lingkungan Sejarah Garis waktu Gerakan sosial Interseks dan LGBT Kerusuhan Stonewall Komunitas LGBT Afrika-Amerika Budaya Acara terbesar Desa gay Homososialisasi Hubungan sesama jenis Kebanggaan Pawai...
Set of tools for splitting stone Plug and featherVarious examples of plug and feathersOther namesFeathers and wedgesWedges and shimsPlugs and wedges Plug and feather, also known as plugs and wedges, feather and wedges, wedges and shims, pins and feathers and feather and tare, refers to a technique and a three-piece tool set used to split stone. Description The working principle of the plug and feathers Each set consists of a metal wedge (the plug), and two metal shims (the feathers). The feat...
I liga 1970-1971 Competizione I liga Sport Calcio Edizione 45ª Organizzatore PZPN Luogo Polonia Partecipanti 14 Formula Girone unico Sito web https://www.pzpn.pl/ pzpn.pl Risultati Vincitore Górnik Zabrze(9º titolo) Retrocessioni ROW 1964 RybnikGKS Katowice Statistiche Miglior marcatore Andrzej Jarosik (13) Incontri disputati 182 Gol segnati 395 (2,17 per incontro) Cronologia della competizione 1969-70 1971-72 Manuale L'edizione 1970-71 della I liga vide la vittoria finale...
Energy and home services provider in the United Kingdom British Gas Trading LimitedCompany typeLimited company (subsidiary of Centrica)IndustryUtilitiesPredecessor 1812 (as the Gas Light and Coke Company) 1948 (as the area gas boards) 1973 (as the British Gas Corporation) 1986 (as British Gas plc) FoundedFebruary 1997 (as a subsidiary of Centrica)HeadquartersStaines-upon-Thames, England, United Kingdom[1]Area servedUnited KingdomKey peopleChris O'Shea (Chief Executive, Centrica Consum...
Jackaroo Role Cabin TourerType of aircraft Manufacturer Jackaroo Aircraft Limited First flight 1957 Primary user Wiltshire School of Flying Number built 19 conversions Developed from de Havilland Tiger Moth A Jackaroo in 1980 Jackaroo Cockpit The Thruxton Jackaroo was a 1950s British four-seat cabin biplane converted from a de Havilland Tiger Moth by Jackaroo Aircraft Limited at Thruxton Aerodrome and Rollason Aircraft and Engines Limited at Croydon Airport. History The Thruxton Jackaro...
Pada ilmu fisika dan kimia, volatilitas, kemeruapan, atau keteruapan adalah kecenderungan suatu zat untuk menguap. Volatilitas berhubungan langsung dengan tekanan uap zat tersebut. Pada suatu ruangan dengan suhu tertentu, sebuah zat dengan tekanan uap yang tinggi akan lebih mudah menguap daripada zat yang tekanan uapnya rendah.[1][2][3][4] Ukuran volatilitas ini biasanya diaplikasikan untuk zat cair; meski begitu, dapat juga dipakai untuk menjelaskan proses sub...
Ceratizit Challenge by La Vuelta 2022 GénéralitésCourse8e La Vuelta FemeninaCompétitionUCI World Tour féminin 2022 2.WWTÉtapes5Dates7 – 11 septembre 2022Distance478,3 kmPays EspagneLieu de départMarina de CudeyoLieu d'arrivéeMadridÉquipes22Partantes131Arrivantes106Vitesse moyenne38,69 km/hSite officielSite officielRésultatsVainqueur Annemiek van Vleuten (Movistar Team)Deuxième Elisa Longo Borghini (Trek-Segafredo)Troisième Demi Vollering (SD Worx)Classement par points Silvia Per...
v · mService du commissariat des armées Direction centrale Direction centrale du service du commissariat des armées Centres interarmées du soutien Centre interarmées métiers et contrôle interne Centre interarmées restauration et loisirs Centre interarmées équipements commissariat Centre interarmées multiservices Centre interarmées mobilité Centre interarmées juridique Centre interarmées administration des opérations Centre interarmées solde et administration du personne...
Zie Lava (doorverwijspagina) voor andere betekenissen van Lava. Een 10 meter hoge fontein van pahoehoe-lava op Hawaii Lava is gesteente in vloeibare vorm. Nadat magma het aardoppervlak of de zeebodem bereikt wordt het lava genoemd. Door verschillen in magmasamenstelling, snelheid van uitvloeiing, temperatuur en chemische, mineralogische samenstelling zijn er meerdere soorten lava, ieder met een eigen gedrag en met als kenmerk een poreuze structuur. Lava kan een vernietigende werking hebben, ...
1972 filmMy Dear KillerItalianMio caro assassino Directed byTonino ValeriiScreenplay by Franco Bucceri Roberto Leoni Tonino Valerii[1] Story by Franco Bucceri Roberto Leoni[1] Produced byManolo BologniniStarring George Hilton Salvo Randone Marilu Tolo William Berger Manuel Zarzo CinematographyManuel Rojas[1]Edited byFranco Fraticelli[1]Music byEnnio Morricone[1]Productioncompanies B.R.C. Produzione Film S.r.l. Kramot Cinematografica S.r.l. Tecisa Film...
Kristjan Palusalu Kristjan Palusalu Kristjan Palusalu. Brottning, herrar Nation: Estland Olympiska spel Guld Berlin 1936 Fristil, tungvikt Guld Berlin 1936 Grekisk-romersk stil Tungvikt Europamästerskap Guld Paris 1937 Grekisk-romersk stil Tungvikt Kristjan Palusalu, till 1935 Trossmann, född 10 mars 1908 i Varemurru, guvernementet Livland, död 17 juli 1987 i Tallinn, Estniska SSR, var en estnisk idrottsman och brottare. Han var 184 cm lång och vägde 100 kg (vid OS 1936[1]).[a] Ha...