home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-29 | 4.4 KB | 12 lines | [TEXT/MEDT] |
- DEFINITION MODULE System; (* HS, 1.10.85 *)
-
- (* 'System' for MC68000/MC68010 runtime support of Modula-2. *)
-
- (* these are the first 27 procedures in module System: they *)
- (* support the compiler for the implementation of ADDRESS, *)
- (* LONGINT, REAL and LONGREAL arithmetic, the HALT-statement *)
- (* and some compiler-generated error halts. *)
-
- (* System procedure numbers used by the compiler :
- BodyOfSystem = 0; (* 0 is reserved for module body *)
- HALTX