Description
"Drawing" is a drawing program on the display of the PC-1350 / PC-1360.
The following commands are executed by pressing the corresponding key:
Number keys move the cursor
7
8
9
4
6
1
2
3
5 -> sets or erases the pixel
T -> change the movement step form 1 to 5 pixel
Z -> a pixel is set with every movement of the cursor
L -> erases a pixel with every movement of the cursor
F -> cursor only is moved
E -> exit the program
A -> fill the area below the cursor
H -> move the cursor to the top left of the display
CLS -> clear the display
I -> invert a square area (*)
G -> draw a line (*)
R -> draw a square (*)
K -> draw a circle (*)
D -> print the current image on a CE-140 P
B -> enable/disable a beep for every keypress
P -> save the current image to ram (max. 4 images) or tape
Q -> save an image from ram or tape
(*)
move the cursor by pressing 1..9, T changes the stepping (1 or 5 pixel)
"5" ends the action and draws the result
every other key canceles the action without drawing
Requirements
PC-1350:
16 KB RAM card and the basic extension SW Basic V9
PC-1360:
32 KB RAM card and the basic extension SW Basic V9
The program writes data and an assembly program into the RAM. If needed you can configure the address at the end of the basic program.
The program detect if its executed on a PC-1350 or PC-1360 and also detects the ROM version of the PC-1350.
The basic sourcecode for PC-1350 and PC-1360 are identicle. Only the WAV files are different because of the different representation of basic commands and line numbers.