Epson HX-20 | |
Aka: | HC-20 |
Manufacturer: | Epson |
Releasedate: | [1] [2] [3] |
Power: | rechargeable nickel-cadmium batteries |
Cpu: | Two Hitachi 6301 CPUs at 614 kHz |
Memory: | 16 KB RAM expandable to 32 KB 32 KB ROM expandable to 64 KB |
Display: | 4 lines x 20 characters LCD |
Graphics: | 120 × 32-pixel |
Input: | Full-transit keyboard |
Dimensions: | A4 Sized |
Weight: | Approximately 1.6 kg |
The HX-20 (also known as the HC-20) is an early laptop released by Seiko Epson in July 1982. It was the first notebook-sized portable computer,[4] [5] occupying roughly the footprint of an A4 notebook while being lightweight enough to hold comfortably with one hand at 1.6kg (03.5lb) and small enough to fit inside an average briefcase.[6]
Despite praise from journalists for its technical innovations, the computer was not a commercial success outside of Japan. Radio Shack's TRS-80 Model 100 (the American version of a Kyocera notebook), released in 1983, is thus credited as the first commerically successful notebook computer.[7]
The concept behind the HX-20 was first devised in July 1980 by Yukio Yokozawa, who worked for Suwa Seikosha, now the Seiko Epson subsidiary of the Japanese Seiko Group, receiving a patent for the invention.[8] It was announced in 1981 as the HC-20 in Japan, and was introduced by Epson in North America as the HX-20 at the 1981 COMDEX computer show in Las Vegas, where it drew significant attention for its portability.[9] It had a mass-market release in July 1982, as the HC-20 in Japan and as the Epson HX-20 in North America.
Epson advertised the HX-20 with a photograph and photo editing of the computer on two facing magazine pages with the headline "Actual size".[10] With about the footprint of an A4 size page, the Epson HX-20 features a full-transit keyboard, rechargeable nickel-cadmium batteries, a built-in 120 × 32-pixel LCD which allowed 4 lines of 20 characters, a calculator-size dot-matrix printer, the EPSON BASIC programming language, two CPUs at [11] which is essentially an enhanced Motorola 6801,[12] RAM expandable to, two RS-232 ports at a maximum of for the first 8-pin DIN connector intended for modem or serial printer with the second port capable of using a 5-pin DIN connector which was mainly for use with external floppy drive and video display an early concept of docking station, a acoustic coupler was available, built-in microcassette drive, barcode reader connector. Uses a proprietary operating system, which consists of the EPSON BASIC interpreter and a monitor program, and weighs approximately . The known colours of the machine are silver and cream, while some prototypes are dark grey. The HX-20 was supplied with a grey or brown carry case. An external acoustic coupler, the CX-20, was available for the HX-20, as was an external floppy disk drive, the TF-20, and an external speech synthesis Augmentative Communication Device (ACD), 'RealVoice'. Another extension was the serially connected character video. It used a special protocol, EPSP,[13] which was also used by the external floppy disk drive.The battery life of the HX-20 was approximately running BASIC and less using the microcassette, printer or RS-232. Data integrity could be preserved in the range. The power supply was rated for . Operating and charging it would tolerate . Data integrity could be preserved at . The HX-20 could be stored between .
The later, more popular TRS-80 Model 100 line, designed by Kyocera, owed much to the design of the HX-20.
BYTE in September 1983 wrote that the HX-20, available in the United States for about a year, had been unsuccessful because of the lack of software or accessories. The review noted that Epson had included the formerly microcassette drive in the standard configuration, as well as bundling a simple word processor. BYTE praised the printer as "nothing short of amazing", but criticized the lack of an operating system for cassette storage and said that compared to the TRS-80 Model 100's display, "the HX-20 looks primitive".[14]
The LCD is 120×32 pixels and is controlled by six μPD7227[15] LCD controller ICs each responsible for 40×16 pixels of the LCD. The μPD7227 uses a serial protocol and has two memory banks for switching between rows 0-7 and 8-15. It features multiple modes, including "Write", "Read", "AND", "OR" and "Character". The "character" mode draws characters from a built-in character map.Each bank is 40 bytes, with a bit 6 of the address determining the bank. Even though the address can be up to 127, nothing will happen when trying to access data outside the banks. If the pointer action in a command is set to decrement and the pointer is at 0, the pointer will wrap to 127.
The Monitor program can be accessed via the main menu on startup by pressing 1, by typing the command "MON" in BASIC or by causing a trap, i.e. writing/reading to/from protected addresses or executing an illegal instruction.In the case of a trap, "Trap!" will be displayed in the Monitor and the user can use it for debugging.
When entering Monitor it shows a prompt on the first line, "Trap!" on the second line (if entered via a trap) and the CPU registers as they were right before the Monitor was entered on the third and fourth lines. These registers are A (Accumulator A), B (Accumulator B), X (Index Register), C (Condition Code Register), S (Stack Pointer) and P (Program Counter).
The monitor can be used for reading and writing memory, modifying CPU registers, running code at specific addresses in memory, saving/loading memory to/from a plugin option, etc. This is very useful for debugging programs written in machine code in difference to programs written in the EPSON BASIC programming language.
Command | Syntax | Description | |
---|---|---|---|
S (Set) | Writes the 8-bit value "new" (in hex) to 16-bit address | ||
D (Dump) | Dumps the values from addresses | ||
G (Go) | Sets the programme counter to the 16-bit address is executed. | ||
X (Examine) | Allows the user to display and change the contents of each register. The RETURN key applies the changed value (if any) and jumps between registers. Typing a non-hexadecimal character exits this command. | ||
R (Read) | Transfer data from an external storage to memory. | ||
W (Write) | Transfer data from memory specified by the "A (Address)" command to an external storage. See "R (Read)" for more information. ROM cartridge is not supported by this command. | ||
V (Verify) | Verifies data transferred to an external storage against the memory specified by the "A (Address)" command. See "R (Read)" for more information. ROM cartridge is not supported by this command. | ||
A (Address) | Specify an address range for commands R, W and V. The user will be prompted with T (Top address), L (Last address), O (Offset value) and E (Entrypoint). Offset and entrypoint values are only used by the "W (Write)" and "V (Verify)" commands. | ||
K (Key set) | Enter a sequence of keys to be pressed automatically on power up (and reset). Press CTRL+@ to stop. A maximum of 18 characters can be entered and function keys counts as two characters. | ||
B (Back) | Return to the procedure from which Monitor was called. |
Start | End | Description | |
---|---|---|---|
0000 | 001F | Internal registers | |
0020 | 003F | I/O select | |
0040 | 007F | RTC registers + RAM | |
0080 | 3FFF | RAM | |
4000 | 5FFF | Used by expansion unit | |
6000 | 7FFF | ROM #4 (Option ROM) | |
8000 | 9FFF | ROM #3 | |
A000 | BFFF | ROM #2 | |
C000 | DFFF | ROM #1 | |
E000 | FFFF | ROM #0 |
ROM #0 and #1 are known as the I/O ROMs, handling system reset and providing functions for using the LCD, keyboard, clock, printer, speaker, serial communication, etc. The I/O ROMs are equivalent to the BIOS in modern PCs.ROM #0 also contains the interrupt vector table at FFF0-FFFF. FFFE-FFFF determines what the program counter should be set to on power up or reset. In the standard set of ROMs for the HX-20, this value is E000, the start of ROM #0.
ROM #2 and #3 contains the BASIC interpreter. If the BASIC ROMs are removed from the motherboard, the BASIC option in the main menu will disappear, leaving only MONITOR. This is because ROM #3 contains a program header which is detected by the menu routines. This works the same for all user-created programs, except the program type is different.
The expansion unit added up to 16 KB of RAM and two ROM sockets. The latter could only be used by switching off the internal BASIC ROMS.[16]