Index of /C16+4/C16 Plot

 NameLast modifiedSize

 Parent Directory  -  
 C16PLOT.D6429-Jun-2007 01:47 171K 
 demo1.bas20-Jun-2007 17:01 881  
 demo1.txt20-Jun-2007 17:01 1.0K 
 demo2.bas20-Jun-2007 17:01 602  
 demo2.txt20-Jun-2007 17:01 724  
 demo3.bas20-Jun-2007 17:01 962  
 demo3.txt20-Jun-2007 17:01 1.1K 
 demo4.bas20-Jun-2007 17:01 1.2K 
 demo4.txt20-Jun-2007 17:01 1.4K 
 instr.seq20-Jun-2007 17:01 3.7K 
 intro.seq20-Jun-2007 17:01 1.9K 
 plot.asm29-Jun-2007 01:47 9.9K 
 plot.bin20-Jun-2007 17:01 1.4K 
 plot.txt29-Jun-2007 01:47 6.7K 
 typeout.bas20-Jun-2007 17:01 539  
 typeout.txt20-Jun-2007 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