PAGE ,132 ; TITLE STACK.ASM - DEFINES 512 BYTE STACK STACK SEGMENT PARA STACK 'STACK' STAK DB 64 DUP ("STACK ") PUBLIC STAK STACK ENDS END