Next: Components
Up: Introduction
Previous: What are the major
Contents
Index
SaM Programs are executed according to the following order:
- A front-end is invoked.
- The front-end invokes the SamAssembler.
- The assembler uses the SamTokenizer to examine the program's code,
and generate a Program java object, which consists of a sequence of
Instruction objects.
- The assembler returns this Program object to the front-end.
- The front-end passes the Program object to the SamProcessor and begins
execution.
David Levitan
2006-02-12