This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Sharp PC-1500" – news · newspapers · books · scholar · JSTOR (March 2015) (Learn how and when to remove this message)
Sharp PC-1500
The Sharp PC-1500 with printer/plotter and cassette interface in travel case. On display at the Musée Bolo, EPFL, Lausanne.
GenerationFirst
Release date1981; 43 years ago (1981)
Lifespan1981-1985 (4 years)
Discontinued1985; 39 years ago (1985)
SuccessorSharp PC-5000
RelatedSharp PC-1211
Sharp PC-1251

The Sharp PC-1500 was a pocket computer produced by Sharp between 1981 and 1985. A rebadged version was also sold as the TRS-80 Pocket Computer PC-2.

The whole computer was designed around the LH5801, an 8-bit CPU similar to the Zilog Z80, but all laid-out in power-saving CMOS circuits. Equipped with 2 KB of on-board RAM, the programming language is BASIC. Later, German engineers provided an assembler for the machine.[1] Later even a C compiler followed. An external slot is available and accepts memory (from 4 KB to 32 KB) and ROM modules.

Eight versions of this pocket computer with 2 KB memory:[2]

Two versions with 8 KB memory:

Technical specifications

Accessories

                    Page 0 : POKE&5804,0 [enter]
                    Page 1 : POKE&5804,1 [enter]


Related Sharp pocket computers

An advertisement for the Sharp PC-1500A from the Puget Sound ComputerUser.

BASIC compatibility with early models

Some earlier model PC-1500s will show a value 1 less in the FOR...NEXT counter on exiting the loop compared to later PC-1500s and the PC-1600.[4]

For example:

10 FOR K=1 TO 10
20 NEXT K
30 PRINT K

K will be set to 11 on later model PC-1500s and PC-1600s, but will be 10 on early PC-1500s.

Consider this example:

10 S=0
20 FOR K=1 TO 10 STEP 4
30 S=S+1
40 NEXT K
50 PRINT S

S will be set to 3 on later model PC-1500s and PC-1600s, but will be 4 on early PC-1500s.

Early model PC-1500s evaluate IF...THEN statements differently. The behaviour can be summarised thus:

Model True False
PC-1600 / Later PC-1500 ≠0 0
Early PC-1500 >0 <0

An early model PC-1500 can be detected by using the command: PEEK&C5C0.

If the value returned is 6, it is an early model.

Example program in BASIC

  1 ARUN 10
  5 REM   "PC1500 VAT Program:"
 10 INPUT "Price: ";P
 20 PRINT P;"  ";P*V;"  ";P*V*M   
 30 GOTO 10
 40 END

The PC-1500 allows special abbreviations, and the syntax can also look as follows:

 20 PRINT P;"  ";PV;"  ";PVM

Usage of variables

P = Purchase Price
V = VAT (%/100)     - To be input by hand before calculation begins, e.g.: V=1.14 (Enter)
M = Markup (%/100)  - To be input by hand before calculation begins, e.g.: M=1.15 (Enter)

Display of the answers are as follows

Answer1;            Answer2;         Answer3
Purchase Price;     VAT Price;       Sales Price
Value: P;           Value: P*V;      Value: P*V*M

Program description

Line 1The ARUN command executes every time the computer is switched on and jumps to line 10.
Line 5This is the REMARK statement (used to include remarks into the source code).
Line 10The INPUT command asks for input from the user and stores the values in the variable "P".
Line 20The PRINT command shows the calculated result as follows: 100   114   142.5. The abbreviated form is special to the PC-1500, as it can only make use of single letter variables and matrixes. This also saves valuable storage space!
Line 30The GOTO command lets the program jump back to line 10, to continue the program over
Line 40The END statement is to be placed on the last line of the code to terminate execution, however in this case it can be omitted, as it is not really necessary.

Significance

The design of initial prototypes of EMKE series of public transport cash registers were built around customized versions of the PC-1500 and its Hungarian clone PTA-4000. The series production models used almost exclusively in Hungarian regional and national bus services up to present day, are built around a version designed by EMKE and are heavily influenced by the PC-1500 design.[5]

Emulation

With the SHARP PC-1500A emulator and the PockEmul you can emulate a PC-1500A.

See also

References

  1. ^ "Assembler Archives - PC-1500.info". PC-1500.info. Retrieved 2016-03-20.
  2. ^ "All and more about Sharp PC-1500 and Tandy PC-2".
  3. ^ "CE-152 : The clone by GENERAL ELECTRIC - PC-1500.info".
  4. ^ Sharp PC-1600 Operation Manual, 1986, p.355.
  5. ^ "Emke Kereskedelmi és Szolgáltató Kft".