_________________________________________________________________________ Title: Mats-Graph Author: Mats Forsén Written by: Mats Forsén Description: Graphs a big M and a smaller F. Remarks: Version 1.0 for fx7700-GE. Pretty useless unless you have the initials MF. Unoptimized. Size: 241 Bytes _________________________________________________________________________ Command translation: -> Single arrow (located on the keyboard) => Double arrow (press: [shift] [prgm] [f1] [f1]) _ Display, -Disp- (press: [shift] [prgm] [f4]) <= Less or equal (A <= B) >= Greater or equal (A >= B) <> Not equal (A <> B) ^ Raised to the power of / Division or fraction (explain which with a comment) 2rt() Root (2rt(7) is the square root of 7) _________________________________________________________________________ Refer to the command standard used in R20_CASIO and set by Magnus Werner on SilverSTone BBS (2:201/345@fidonet.org). Everything after a ; is a comment and should not be in the code. _________________________________________________________________________ Program:'MATS' Range 1,95,95,1,63,63 10->A ;This is only to save some memory 53->B ;The most used numbers. 30->C 40->D 50->E 75->F Plot A,A ;Begins plotting the M Plot A,B Line Plot C,B Line Plot D,35 Line Plot E,B Line Plot 70,B Line Plot 70,A Line Plot E,A Line Plot E,C Line Plot D,20 Line Plot C,C Line Plot C,A Line Plot A,A Line Plot F,A ;Begins plotting the F Plot F,D Line Plot 93,D Line Plot 93,32 Line Plot 83,32 Line Plot 83,26 Line Plot 90,26 Line Plot 90,20 Line Plot 83,20 Line Plot 83,A Line Plot F,A Line_ _________________________________________________________________________ If you need help or information concerning this file, please contact Mats Forsén at one of the following adresses. E-Mail : t95forsm@ava.taby.se WWW : http://elev.ava.taby.se/~t95forsm/programming/ _________________________________________________________________________