PL/M-86 COMPILER AUTO_BOOT 01/01/78 00:00:00 PAGE 1 iRMX 86 PL/M-86 V2.1 COMPILATION OF MODULE AUTO_BOOT OBJECT MODULE PLACED IN NMLROM_GEN/AUTBOT.OBJ COMPILER INVOKED BY: :LANG:plm86 NMLROM_GEN/AUTBOT.P86 $compact rom optimize(3) 1 auto_boot:do; /* **************************************************************************** * * * INTEL CORPORATION PROPRIETARY INFORMATION * * * * This software is supplied under the terms of a license agreement * * or non disclosure agreement with Intel Corporation and may not be * * copied nor disclosed except in accordance with the terms of that * * agreement. * * * **************************************************************************** */ 2 1 init_controller:procedure external; 3 2 end init_controller; 4 1 boot_consumer:procedure(cc) word external; 5 2 declare cc word; 6 2 end boot_consumer; /*********************************************************************** THE MAIN PROGRAM, TO BE WRITTEN BY USER ***********************************************************************/ 7 1 declare status byte; 8 1 disable; 9 1 CALL INIT_CONTROLLER; 10 1 do while 1; 11 2 status = boot_consumer(0); 12 2 end; 13 1 end auto_boot; MODULE INFORMATION: CODE AREA SIZE = 0012H 18D CONSTANT AREA SIZE = 0000H 0D VARIABLE AREA SIZE = 0001H 1D MAXIMUM STACK SIZE = 0004H 4D 39 LINES READ 0 PROGRAM WARNINGS 0 PROGRAM ERRORS PL/M-86 COMPILER AUTO_BOOT 01/01/78 00:00:00 PAGE 2 DICTIONARY SUMMARY: 245KB MEMORY AVAILABLE 3KB MEMORY USED (1%) 0KB DISK SPACE USED END OF PL/M-86 COMPILATION