Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ncar!noao!arizona!andrew From: andrew@cs.arizona.edu (Andrei V. Zaitsev) Newsgroups: comp.os.msdos.programmer Subject: A couple of assembly - level questions Message-ID: <1542@caslon.cs.arizona.edu> Date: 29 May 91 17:29:35 GMT Organization: U of Arizona CS Dept, Tucson Lines: 9 1) If there is a way to make DEBUG to create symbolic labels , when disassembling ? (I mean , produce code like JMP L1 rather than JMP 02F). 2) I see one real disadvantage in personal computers (both PC and Mac) : there is no universal way to inter- rupt a program. CTRL/Z in Unix , CTRL/Y in VMS and HX in VM/CMS always work. CTRL/Break in DOS works only occasionally. Probably , the reason is interrupt disabling. So , my question is 'Can a DISABLE interrupt disabling ?'.