Plot Basic Instruction Set

Post Reply
lowrybt1
Posts: 212
Joined: Sun Mar 08, 2015 3:42 pm
Location: New York State

Plot Basic Instruction Set

Post by lowrybt1 »

Does anyone know what additional commands are available in Plot Basic -- and/or know where Plot Basic instructions might be found?

Thanks, Tom
C8PDF w. 48K, 2x 520 24K RAM boards and Glitchworks 64K board
OSI 567 Telephony board
Spare 8" drives
Klyball D-13
Steve Gray
Posts: 321
Joined: Mon Oct 06, 2008 1:54 pm
Location: Markham, Ontario, Canada
Contact:

Re: Plot Basic Instruction Set

Post by Steve Gray »

PlotBASIC commands can be found on pg 9 of the TOSIE newsletter July/83 issue.

Edit: Ooops, I don't see it online. I have it, but I thought I had already scanned it. I guess I'll have to add that to my list ;-)

PLOTn(parameters) where 'n' is 0 to 8.

PLOT0(x,y) - set origin
PLOT1(x,y,chr,col) - plot a square
PLOT2 hmm, not documented
PLOT3(x,y,x2,y2,chr,col) - create rectangle
PLOT4(chr,col) - fill the screen
PLOT5(x,y) - plot a point
PLOT6(x,y,x2,y2) - plot a line
PLOT7(A$;B%(0,0);x,y) - bring in a figure from directory and position it
PLOT8(B%(0,0),dir) - move the figure in a direction (0-9)

Steve
C4P working, C1P working. 600D Replica working, C4P+D&N floppy not working. 505 board, 610 board, Mittendorf board, TOSIE hacker board need testing, PicoDOS disk untested.
Steve Gray
Posts: 321
Joined: Mon Oct 06, 2008 1:54 pm
Location: Markham, Ontario, Canada
Contact:

Re: Plot Basic Instruction Set

Post by Steve Gray »

Turns out I had scanned the issue. I have sent it to Dave, so hopefully he will post it soon.
Also scanned and sent him two more issues.

Steve
C4P working, C1P working. 600D Replica working, C4P+D&N floppy not working. 505 board, 610 board, Mittendorf board, TOSIE hacker board need testing, PicoDOS disk untested.
dave
Site Admin
Posts: 710
Joined: Tue Sep 09, 2008 5:24 am

Re: Plot Basic Instruction Set

Post by dave »

Posted :-) Plus, the scan of the Aardvark Tiny BASIC Compiler v1.3 you uploaded a while back. Thanks!

Dave
Steve Gray
Posts: 321
Joined: Mon Oct 06, 2008 1:54 pm
Location: Markham, Ontario, Canada
Contact:

Re: Plot Basic Instruction Set

Post by Steve Gray »

Thanks Dave!
C4P working, C1P working. 600D Replica working, C4P+D&N floppy not working. 505 board, 610 board, Mittendorf board, TOSIE hacker board need testing, PicoDOS disk untested.
Post Reply