; 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