RiscAssembler.TestCase
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Bill Jackson (bj) May 27, 1987 8:06:07 pm PDT
Lucy Hederman July 15, 1987 5:08:11 pm PDT
In order to test the example, simply type:
RiscAssembler < RiscAssembler.TestCase
The result should look something like:
Install RiscAssemblerPackage
Install OneCasabaParser
Install ThreeC4Support
Run RiscAssemblerPackage
Ran: ...RiscAssemblerPackage.bcd...
No Syntax Errors Detected.
Number of Instructions: 14.
a: 4 (26)
b: 8 (56)
c: 11 (81)
d: 14 (106)
e: 18 (109)
GOTO b;
NOOP;
NOOP;
a: NOOP;
NOOP;
NOOP;
NOOP;
b: NOOP;
NOOP;
GOTO a;
c: GOTO c;
NOOP;
NOOP;
d: e: NOOP;
.
eof...