ArticleslgStudy

computer science

Harris RTX 2000

Harris RTX 2000 is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Harris RTX 2000 rather than just read about it. In short: The Harris Semiconductor RTX 2000, now manufactured by Intersil, is a 16-bit stack machine microprocessor architecture designed for real-time computing and programmed primarily in Forth. Radiation hardened versions, the RTX 2010 series, have been used in numerous spacecraft.

Harris RTX 2000 — main illustration
Harris RTX 2000 — illustration

Key takeaways

  • Harris RTX 2000 belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Harris RTX 2000 to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Harris RTX 2000 from memory before moving on to harder problems.

Reference excerpt

The Harris Semiconductor RTX 2000, now manufactured by Intersil, is a 16-bit stack machine microprocessor architecture designed for real-time computing and programmed primarily in Forth. Radiation hardened versions, the RTX 2010 series, have been used in numerous spacecraft. The original design was created by Chuck Moore, the inventor of the Forth language. In 1983 he formed Novix to design a microprocessor that could directly run the language. The NC4000 was released in June 1985, and soon renamed the NC4016. This ran at 7.5 MHz and up to 10 MIPS. An updated version, the NC5016, ran at 10 MHz and 12 MIPS. A planned NC6016 appears not to have entered production, as Novix shut down during this period. Harris licensed the original 4016 design shortly after it was introduced, modified it, and introduced the resulting RTX line, short for "Real Time eXpress". They added several features, including on-chip cache memory, a multiple/divide unit, and program memory, and launched the RTX2000 in 1988, along with the RTX2001 which removed the multiplier unit. An upgrade with input/output systems, timers and a complete floating-point unit became the RTX2010. All of these were produced primarily on a silicon on sapphire line for space applications. A similar 32-bit design, the RTX 4000, was introduced in 1989, but not put into production.

Characteristics

A stack machine contrasts with traditional designs in that it lacks general purpose processor registers defined in the instruction set architecture. Instead it uses addressing modes based on offsets in the stack, which is normally stored in main memory or partially cached in registers that are not visible to the programmer. For example, a modern RISC processor generally includes an instruction to the effect of ADD C,A,B, which means "add the value in register A to the value in register B and place the result in register C". In a stack-based machine, this instruction would simply be ADD, which would inherently remove the top two values on the stack, add them, and place the result back on it. One advantage of this approach is that the instructions are generally smaller; in a machine with 32 user-visible registers like many RISC systems, each of the three register references requires five bits, which demand that the instruction be at least three bytes and typically four. In a stack machine, single-byte opcodes can cover many of the instructions. Accessing parameters through a stack in main memory is slower than dedicated registers, and stack machines often have lower general purpose performance as a result. However, this is offset in certain uses. In a register machine, the values in the registers have to be saved out to memory for things like subroutine calls and interrupt processing. If the machine has thirty-two 32-bit registers, this means 1 kbit has to be saved out and another loaded. In a stack machine there are effectively unlimited registers, and the active set can be selected by changing a single value, the stack pointer. This makes these systems extremely fast at context switching and can offer significant performance improvements in systems with many interrupts, like real-time computing. The RTX 2000 is a two-stack machine, each stack 256 words deep, that supports direct execution of Forth. Subroutine calls only take one processor cycle and returns take zero. It also has a very low and consistent interrupt latency of only four processor cycles, which lends it well to realtime applications. It features multiple instruction busses that allow several instructions to be dispatched at the same time, which helps eliminate pauses while waiting on data from main memory by performing an instruction that has the data already loaded. Finally, because the instructions are directly mapped onto high-level concepts, the instruction code is very dense and programs are much smaller than normal assembler languages used with traditional designs.

History In 1983, Chuck Moore implemented a processor for his programming language Forth as a gate array. As Forth can be considered a dual stack virtual machine, he made the processor, Novix N4000 (later renamed NC4016), as a dual-stack machine. This system used only 4,000 gates constructed from 16,000 CMOS transistors, compared to 68,000 gates for the 1979 Motorola 68000. The chip could directly execute 40 Forth primitives and 123 combinations, eliminating the need for a complete virtual machine and speeding performance of the most common instructions. In 1988, Harris Semiconductor purchased the rights to the Novix line and began an improvement program. They added on-chip stacks to reduce the number accesses to main memory, a number of on-chip timers and counters, a dedicated interrupt controller, and a single-cycle hardware multiplier. The new version was renamed the RTX 2000 and marketed for space applications.

Example spacecraft that use the RTX2010 Advanced Composition Explorer (ACE) NEAR/Shoemaker TIMED Rosetta's lander – Philae

References

External links

Worked examples

Example 1 — a first encounter with Harris RTX 2000

Start with the simplest possible case. Write down what Harris RTX 2000 claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Harris RTX 2000 before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Harris RTX 2000 ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Harris RTX 2000

In research
Harris RTX 2000 appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Harris RTX 2000 in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Harris RTX 2000 is common in secondary-school and first-year university syllabi. It links to neighbouring topics 16-bit microprocessors, Avionics computers, Computer-related introductions in 1988, so understanding it makes those chapters shorter.
In everyday life
Look for Harris RTX 2000 outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Harris RTX 2000” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Harris RTX 2000 in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Harris RTX 2000 means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Harris RTX 2000 out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Harris RTX 2000 in simple terms?

The Harris Semiconductor RTX 2000, now manufactured by Intersil, is a 16-bit stack machine microprocessor architecture designed for real-time computing and programmed primarily in Forth. Radiation hardened versions, the RTX 2010 series, have been used in numerous spacecraft.

Why does Harris RTX 2000 matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Harris RTX 2000?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Harris RTX 2000.

Tags

  • 16-bit microprocessors
  • Avionics computers
  • Computer-related introductions in 1988
  • Radiation-hardened microprocessors
  • Stack machines

Keep exploring