> > I'll try VTI's debugger - I do not find my main function in the > disassembly. Is there something like a debugger trap (like INT > 3 in DOS)? You can tell vti's debugger to come up at program entry. In midst of a running program you can use __HALT to (you guess it?) halt the program, then increment the PC in the debugger by 2 to proceed.