Difference between revisions of "VT52"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
(More details.)
Line 1: Line 1:
Very popular video terminal by [[Digital Equipment Corporation|DEC]].
+
Very popular video terminal by [[Digital Equipment Corporation|DEC]], introduced 1974.  The CRT displays 24 lines of 80 characters in both upper and lower case.
  
 
[[Image:vt52.jpg|thumb|right|VT52 terminal]]
 
[[Image:vt52.jpg|thumb|right|VT52 terminal]]
  
It uses a custom processor with a [[microcode]]d instruction set.
+
It uses a custom processor built from [[TTL]] parts to execute 1024 words of 8-bit wide microcode.  The data path is 7 bits wide, as is the 2048-word RAM.  The predecessor VT50 is almost identical, except there is only 512 words of microcode, 1024 words of RAM, the CRT display 12 lines, and text is upper case only.
  
 
A VT52-compatible terminal emulator was used in the [[Atari]] [[Atari TOS|TOS]] [[operating system]].
 
A VT52-compatible terminal emulator was used in the [[Atari]] [[Atari TOS|TOS]] [[operating system]].

Revision as of 13:00, 9 December 2021

Very popular video terminal by DEC, introduced 1974. The CRT displays 24 lines of 80 characters in both upper and lower case.

VT52 terminal

It uses a custom processor built from TTL parts to execute 1024 words of 8-bit wide microcode. The data path is 7 bits wide, as is the 2048-word RAM. The predecessor VT50 is almost identical, except there is only 512 words of microcode, 1024 words of RAM, the CRT display 12 lines, and text is upper case only.

A VT52-compatible terminal emulator was used in the Atari TOS operating system.

External links