Introduction To Real-Time Systems
Introduction To Real-Time Systems
• PROCESS
• Objects of type PROCESS have associated with them storage for
the volatile environment of the particular computer on which
Modula 2 is implemented
• Three of the procedures are for address manipulation
1. ADR (v) – returns the ADDRESS of variable v
2. SIZE (v) – returns the size of variable v in words
3. TSIZE (t) - returns the size of any variable of type t in words
• A combination of low level access facilities and the module
concept allows the details of the hardware device to be hidden
within the module with only the procedures for accessing the
module made available to the end user