Casio Z-1GR Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Barebones pro PC / pracovní stanice Casio Z-1GR. BASIC comparison sheet [da] [sk] [tr] Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 36
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
BASIC comparison sheet Introduction Page 1
BASIC Comparison Sheet
History
Introduction
The Tables
Marcus von Cube <m[email protected]>
06.01.2009 Casio and Sharp Prog/Vars/Mem page
08.01.2009 HP-71, TI-74, CC-40 added
10.01.2009 Some clarifications, functions page started, HP-75
15.01.2009 Functions completed, commands page started
26.01.2009 Output commands, including graphics
31.01.2009 almost complete
02.02.2009 Some more details about files
08.02.2009 Epson HX-20 & TRS-80 Model 100
04.03.2009 Sharp PC-1403
22.03.2009 Canon X-07
12.04.2009 Casio FP-200
15.04.2009 Casio BASIC ROM OM53-B for PB-2000C/AI-1000, USING fixed for PB-1000 and OM-53B
02.08.2009 Minor bugs fixed (Sharp and CURSOR command)
09.10.2009 Differences between Sharp PC-E500 and PC-E500S, extra page for Casio MODE commands
14.12.2009 Some clarifications on PEEK/POKE for low end Sharps
19.01.2011 Sharp PC-1350/PC1421 added.
14.09.2012 Minor corrections.
18.11.2012 Sharp PC-2500
01.04.2012 Corrections to Casio FX-850/880 (AND, OR, XOR, NOT)
29.09.2012 Corrections for display resolution of Sharp PC-E500 and PC-G850
This document tries to compare the different BASIC dialects offered by various pocket computers made
by Casio, Sharp, HP, TI and other vendors. It is work in progress. Any comments and additions are wel-
come.
I'm the author of the CASsette I/O Utilities which enable the access to files created by various Casio
and some other BASIC pocket computers and transferred via the sound card or a floppy drive to your
desktop system. The package includes programs which understand and decipher the tokenized form of
a stored BASIC program or create it from a BASIC source text stored on your PC or Mac. I realized that
there are many differences between the implementations, ranging from a few minor annoyances to
huge gaps in functionality. Here I want to share my findings in table form.
The document will always be incomplete in several ways: I only have access to a limited number of dif-
ferent machines, and I do not plan to cover every aspect of each implementation. I concentrate on
areas where the systems are reasonably comparable. This excludes language extensions for special
purposes or special software packages. The tables do not try to replace the manuals but will probably
aid in finding the correct pages in them.
On the following pages you will find the pocket computers in my possession or from which I do have a
manual, compared in different areas. There are many more variants of these machines with different
memory configurations or some additional features. If you have information or a manual, just send a
copy!
Blue entries are manual (non programmable) commands, or mark an example.
Grey entries are either not available or obsolete.
Green arguments are optional and have defaults.
Workarounds replace functions which are not implemented.
1. ProgVarsMem compares program editing, variables and memory organization.
2. Functions compares the built in functions and operators (strings, math, etc.).
3. Commands compares program flow, subroutines, error handling.
4. Special commands collects non obvious information from diverse areas.
5. Casio MODE explains special variants of the MODE command for some Casio models.
Zobrazit stránku 0
1 2 3 4 5 6 ... 35 36

Shrnutí obsahu

Strany 1 - BASIC Comparison Sheet

BASIC comparison sheet Introduction Page 1BASIC Comparison SheetHistoryIntroductionThe TablesMarcus von Cube <[email protected]>06.01.2009 Casio

Strany 2

BASIC comparison sheet Functions Page 10FunctionsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX-700PFX-710PPB-220FX-72

Strany 3

BASIC comparison sheet Functions Page 11FunctionsVendorModelSyntax remarksPrecision of mathematical functionsStringsConcatenationSubstringsLengthASCII

Strany 4

BASIC comparison sheet Functions Page 12FunctionsVendorModelLogs, powers, rootsMore accurate ln(x+1)Exponent part of numberTrigonometrics, hyperbolics

Strany 5

BASIC comparison sheet Functions Page 13FunctionsVendorModelVarious functionsSet time and dateGet time and dateGet timer valueRead memoryModify memory

Strany 6

BASIC comparison sheet Functions Page 14FunctionsVendorModelSyntax remarksPrecision of mathematical functionsStringsConcatenationSubstringsLengthASCII

Strany 7

BASIC comparison sheet Functions Page 15FunctionsVendorModelLogs, powers, rootsMore accurate ln(x+1)Exponent part of numberTrigonometrics, hyperbolics

Strany 8

BASIC comparison sheet Functions Page 16FunctionsVendorModelVarious functionsSet time and dateGet time and dateGet timer valueRead memoryModify memory

Strany 9

BASIC comparison sheet Commands Page 17CommandsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200Program flowLabels N/A N/A#area (0-9) P

Strany 10 - Functions

BASIC comparison sheet Commands Page 18CommandsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX-700PFX-710PPB-220FX-720P

Strany 11

BASIC comparison sheet Commands Page 19CommandsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX-700PFX-710PPB-220FX-720P

Strany 12

BASIC comparison sheet ProgsVarsMem Page 2Programs, Variables and MemoryVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200Syntax specifi

Strany 13

BASIC comparison sheet Commands Page 20CommandsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX-700PFX-710PPB-220FX-720P

Strany 14

BASIC comparison sheet Commands Page 21CommandsVendorModelProgram flowLabelsON ... GOTO/GOSUBIF ... THEN ...IF ... THEN ... ELSE ...Nested IFMultiline

Strany 15

BASIC comparison sheet Commands Page 22CommandsVendorModelDisplayClear displayOutput to displayBehavior of commaPRINT ends with ; or ,Default display

Strany 16

BASIC comparison sheet Commands Page 23CommandsVendorModelSoundBeeperFrequency rangeInputInteractive data inputAllowed input values and keysRead keybo

Strany 17 - Commands

BASIC comparison sheet Commands Page 24CommandsVendorModelProgram filesMERGE program linesHandling of duplicate line numbersRun program from storage o

Strany 18

BASIC comparison sheet Commands Page 25CommandsVendorModelProgram flowLabelsON ... GOTO/GOSUBIF ... THEN ...IF ... THEN ... ELSE ...Nested IFMultiline

Strany 19

BASIC comparison sheet Commands Page 26CommandsVendorModelDisplayClear displayOutput to displayBehavior of commaPRINT ends with ; or ,Default display

Strany 20

BASIC comparison sheet Commands Page 27CommandsVendorModelSoundBeeperFrequency rangeInputInteractive data inputAllowed input values and keysRead keybo

Strany 21

BASIC comparison sheet Commands Page 28CommandsVendorModelProgram filesMERGE program linesHandling of duplicate line numbersRun program from storage o

Strany 22

BASIC comparison sheet Commands Page 29CommandsVendorModelProgram flowLabelsON ... GOTO/GOSUBIF ... THEN ...IF ... THEN ... ELSE ...Nested IFMultiline

Strany 23

BASIC comparison sheet ProgsVarsMem Page 3Programs, Variables and MemoryVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX

Strany 24

BASIC comparison sheet Commands Page 30CommandsVendorModelDisplayClear displayOutput to displayBehavior of commaPRINT ends with ; or ,Default display

Strany 25

BASIC comparison sheet Commands Page 31CommandsVendorModelSoundBeeperFrequency rangeInputInteractive data inputAllowed input values and keysRead keybo

Strany 26

BASIC comparison sheet Commands Page 32CommandsVendorModelProgram filesMERGE program linesHandling of duplicate line numbersRun program from storage o

Strany 27

BASIC comparison sheet Special commands Page 33Special commands and some remarksCasio FX-730/770/780/785/795P MODE commandsCasio VX-4Casio BASIC ROM O

Strany 28

BASIC comparison sheet Casio MODE Page 34Casio FX-730/770/780/785/795P MODE commandsThe FX-795 has more hidden functions use by the library program. M

Strany 29

BASIC comparison sheet Casio MODE Page 35MODE 90,A,B,F MODE 91,A,,D MODE 92,A,B Matrix operation: contents of matrix A goes to matrix B MODE 93,A Matr

Strany 30

BASIC comparison sheet Casio MODE Page 36The rest of the codes correspond to the letter or sign of the button depending on the char-code table. I.e.

Strany 31

BASIC comparison sheet ProgsVarsMem Page 4Programs, Variables and MemoryVendorModelSyntax specificsAbbreviationsLine numbersLine lengthCommentsProgram

Strany 32

BASIC comparison sheet ProgsVarsMem Page 5Programs, Variables and MemoryVendorModelVariablesNumeric rangeString variablesString too longString literal

Strany 33

BASIC comparison sheet ProgsVarsMem Page 6Programs, Variables and MemoryVendorModelSyntax specificsAbbreviationsLine numbersLine lengthCommentsProgram

Strany 34

BASIC comparison sheet ProgsVarsMem Page 7Programs, Variables and MemoryVendorModelVariablesNumeric rangeString variablesString too longString literal

Strany 35

BASIC comparison sheet Functions Page 8FunctionsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200Syntax remarks Parentheses around argu

Strany 36

BASIC comparison sheet Functions Page 9FunctionsVendor CasioModel FX-702 PB-700 PB-770 FX-750P VX-4 Z-1GR FP-200PB-100PB-300FX-700PFX-710PPB-220FX-720

Komentáře k této Příručce

Žádné komentáře