Difference between revisions of "VT52"

From Computer History Wiki
Jump to: navigation, search
m (External links: +Manuals, FMPS)
m (+links)
Line 1: Line 1:
Very popular video terminal by [[Digital Equipment Corporation|DEC]], introduced 1975. The CRT displays 24 lines of 80 characters in both upper and lower case.
+
The  '''VT52''' was a very popular [[video terminal]] by [[Digital Equipment Corporation|DEC]], introduced 1975. The [[cathode ray tube|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 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.
+
It uses a custom processor built from [[transistor-transistor logic|TTL]] parts to execute 1024 words of 8-bit wide [[microcode]].  The [[data path]] is 7 bits wide, as is the 2048-word [[Random Access Memory|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 02:03, 6 March 2023

The VT52 was a very popular video terminal by DEC, introduced 1975. 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