[comp.os.msdos.programmer] A couple of assembly - level questions

andrew@cs.arizona.edu (Andrei V. Zaitsev) (05/30/91)

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 ?'.