Casio Z-1GR Manual de usuario

Busca en linea o descarga Manual de usuario para Barebones Pc / Estación De Trabajo Casio Z-1GR. BASIC comparison sheet [da] [sk] [tr] Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 36
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 0
1 2 3 4 5 6 ... 35 36

Indice de contenidos

Pagina 1 - BASIC Comparison Sheet

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

Pagina 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

Pagina 3

BASIC comparison sheet Functions Page 11FunctionsVendorModelSyntax remarksPrecision of mathematical functionsStringsConcatenationSubstringsLengthASCII

Pagina 4

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

Pagina 5

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

Pagina 6

BASIC comparison sheet Functions Page 14FunctionsVendorModelSyntax remarksPrecision of mathematical functionsStringsConcatenationSubstringsLengthASCII

Pagina 7

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

Pagina 8

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

Pagina 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

Pagina 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

Pagina 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

Pagina 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

Pagina 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

Pagina 14

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

Pagina 15

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

Pagina 16

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

Pagina 17 - Commands

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

Pagina 18

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

Pagina 19

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

Pagina 20

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

Pagina 21

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

Pagina 22

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

Pagina 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

Pagina 24

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

Pagina 25

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

Pagina 26

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

Pagina 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

Pagina 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

Pagina 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

Pagina 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.

Pagina 31

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

Pagina 32

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

Pagina 33

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

Pagina 34

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

Pagina 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

Pagina 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

Comentarios a estos manuales

Sin comentarios