; monendml.asm ; Stewart April 30, 1983 2:09 PM, modified for monitor ; Identify end of static storage (which follows code) C_CODE SEGMENT DW 0 CALL _monEndCode _monEndCode DW 0 PUBLIC _monEndCode C_CODE ENDS C_DATA SEGMENT DW 0 CALL _monEnd _monEnd DW 0 PUBLIC _monEnd C_DATA ENDS END