10-14
BajaPPC-750: Monitor
1234567:8
octal
101010:2
binary
•
The default numeric base for functions is hexadecimal. Some commands use
a different default base.
•
String arguments must start and end with double quotation marks (“). For
example, typing the argument “Foo” would result in a string argument with
the value Foo, which is passed to the command.
•
A character argument is a single character that begins and ends with a single
quotation mark (‘). The argument ‘A’ would result in the character A being
passed to the command.
•
A flag argument is a single character that begins with a hyphen (-). For exam-
ple, the flag arguments -b, -w, or -l could be used for a byte, word, or long
flag.
There is a symbol entry for every function and command defined in the monitor.
Each command must begin with a symbol. Commands are type-checked and
argument-validated, but functions are not checked in any way.
Commands that are not symbolic are assumed to be numeric, and the hexadeci-
mal, decimal, octal, and binary value of the number is printed.
10.3.2 Typographic Conventions
In the following command descriptions,
italic
type indicates that you must sub-
stitute your own selection for the italicized text. Square brackets [ ] enclose selec-
tions from which you must choose one item.
10.4 Boot Commands
The boot commands provide facilities for booting application programs from var-
ious devices. They disable the data cache before calling the application.
10.4.1 bootbus
bootbus
is an autoboot device that allows you to boot an application program
over a bus interface. This command is used for fast downloads to reduce develop-
ment time.
DEFINITION
void BootBus(void)
Summary of Contents for BajaPPC-750
Page 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 7: ......
Page 19: ...xii BajaPPC 750 Contents...
Page 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Page 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Page 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Page 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Page 207: ...10 68 BajaPPC 750 Monitor May 2002...