Index of /C16+4/C16 Plot

 NameLast modifiedSize

 Parent Directory  -
 C16PLOT.D642007-06-29 01:47 171K
 README.txt2007-06-29 01:48 770
 demo1.bas2007-06-20 17:01 881
 demo1.txt2007-06-20 17:01 1.0K
 demo2.bas2007-06-20 17:01 602
 demo2.txt2007-06-20 17:01 724
 demo3.bas2007-06-20 17:01 962
 demo3.txt2007-06-20 17:01 1.1K
 demo4.bas2007-06-20 17:01 1.2K
 demo4.txt2007-06-20 17:01 1.4K
 instr.seq2007-06-20 17:01 3.7K
 intro.seq2007-06-20 17:01 1.9K
 plot.asm2007-06-29 01:47 9.9K
 plot.bin2007-06-20 17:01 1.4K
 plot.txt2007-06-29 01:47 6.7K
 typeout.bas2007-06-20 17:01 539
 typeout.txt2007-06-20 17:01 630

(c) D.M.BROAD. 19/2/89.
=======================

low resolution plot mode for the commodore c16/+4

intro.seq appears to be corrupt. plot.asm was previously
corrupt but was found to be readable on an older c1541!

this tool utilises the block characters on the commodore
character map to create a simple 80x50 resolution display.

it was published in a magazine but I can't remember which
and they never notified me about it in any case. It
may have been your commodore in the latter part of 1989.

the machine code plot routines:

LOAD "PLOT.BIN",8
RUN

some instructions (data files appear slightly corrupt):

LOAD "TYPEOUT.BAS",8
RUN

demos of the plot routines (basic):

LOAD "DEMO1.BAS",8
RUN

LOAD "DEMO2.BAS",8
RUN

LOAD "DEMO3.BAS",8
RUN

LOAD "DEMO4.BAS",8
RUN