10-44
BajaPPC-750: Monitor
10.10.3 mul
mul
number1 number2
multiplies two integers in hexadecimal, binary, octal, or
decimal (default) from the monitor.
The default numeric base is decimal. Specify hex by typing “:16” at the end of the
value, octal by typing “:8” or binary by typing “:2.” The result of the operation is
displayed in hex, decimal, octal, and binary.
DEFINITION
int Mul(unsigned long Arg1,
unsigned long Arg2)
10.10.4 rand
rand
is a linear congruent random number generator that uses a function
Seed
and a variable
Value
. The random number returned is an unsigned long.
DEFINITION
unsigned long Rand(void)
10.10.5 sub
sub
number1 number2
subtracts two integers in hexadecimal, binary, octal, or dec-
imal (default).
number2
is subtracted from
number1
.
The default numeric base is decimal. Specify hexadecimal by typing “:16” at the
end of the value, octal by typing “:8” or binary by typing “:2.” The result of the
operation is displayed in hex, decimal, octal, and binary.
DEFINITION
int Sub(unsigned long Arg1,
unsigned long Arg2)
10.11 Other Commands
These commands provide basic configuration and help facilities.
10.11.1 configboard
configboard
configures the board to the state specified by the nonvolatile
memory configuration. This includes the serial port, processor caches, VME inter-
face, and the PMC modules, if necessary.
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...