Thanks Darrel,
My .asm file has no line numbers so I opened a new file in MCSPX then copied and pasted the .asm file to the blank MCSPX file via NotePad. This gave me line numbering and sure enough the PBP statement prior to line 2253 showed the problem.
; C:\PWEE2011\10OCT2011\SEQUENCER VER BM 26 OCTOBER 2011_BU\SEQUENCER VER BM 26 OCTOBER 2011.PBP 00733 debug 13, 10, "598", 1310
DEBUG?C 00Dh
DEBUG?C 00Ah
DEBUG?C 035h
DEBUG?C 039h
DEBUG?C 038h
DEBUG?C 0051Eh
In the snip above,
00733 debug 13, 10, "598", 1310
is corrupted.
The 00733 refers to the MCSPX line number. The 1310 should be 03, 10 for a <cr><lf>.
A quick correction to line 733 in the PBP file then did the trick.
Thanks again Darrel for fabulous service. I hope you are writing a book on issues like these which are baffling to a PBP user who does not understand the subtle points of assembler.
Cheers
Brian
Bookmarks