Sign up
Forgot password?
FAQ: Login

Vickers Steven. Jupiter ACE 4000. FORTH Programming

  • pdf file
  • size 1,24 MB
  • added by
  • info modified
Vickers Steven. Jupiter ACE 4000. FORTH Programming
Jupiter Cantab Ltd, 1983. — ISBN: 0 9508477.
This PDF document was created by Steve Parry-Thomas, April 2006.
Setting up the Ace
Typing at the keyboard
How to type in your instructions to the Ace
Loading programs from tape
In case you have bought some software
Defining new words
How to write your own programs, using : and
Simple arithmetic
Integer (whole number) arithmetic and the stack
Defining new arithmetic words
Altering word definitions
How to correct mistakes, using LIST, EDIT and REDEFINE
Words that are really numbers
Constants, variables and bytes in memory
Making decisions
Words that can behave differently in different circumstances, using IF, ELSE and THEN
Repeating
Words that can do the same thing over and over again, using BEGIN and DO
Sound
Using the Ace's loudspeaker, with BEEP
The character set
And how to define your own characters
Plotting graphs
With PLOT
Saving words on tape
How to save information on cassette tape before you turn the Ace off
Fractions and decimal points
Floating point arithmetic
Reading the keyboard
So that you can control a program while it is running
Other ways of counting
Decimal, binary, octal, hex and more
Boolean operations
AND, OR and XOR
More advanced arithmetic
Double length arithmetic and formatted printing
Inside the dictionary
Not only your own words, but your own ways of defining them — CREATE and DEFINER
How the memory is laid out
Including a list of system variables
Machine code
For the Z80A processor chip
Strings and arrays
What they are, and how to set them up back of the Ace
Extending the Ace
How to connect your own electronics to the
Vocabularies
Setting aside some words for special Contexts
Inside colon definitions
How to control the compilation process, and COMPILER
A The character set
B Error codes
C The Jupiter Ace — for reference
D Quick guide for FORTH enthusiasts
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up