I was writing a test program in PB/DOS and I came up with the
following error.
I have never seen this before. I F8 single stepped it and the
code segment that it bombed out on is:
Anybody know what's happening here?
Forgot to add: I'm using XP/pro.
------------------
[This message has been edited by Mel Bishop (edited April 29, 2003).]
following error.
Code:
[b] 16 bit MS-DOS Subsystem (title of the error box) Command Prompt -..\pb filename The NTVDM CPU has encountered an illegal instruction CS:3246 IP:4F3A OP:63 94 68 94 71 Choose 'close.....' [/b]
I have never seen this before. I F8 single stepped it and the
code segment that it bombed out on is:
Code:
open "somefile.dat" for binary as #1 for i = 1 to n get$ #1,256,a$(i) '<-----It bombed out here on the 3rd loop next i close #1
Forgot to add: I'm using XP/pro.
------------------
[This message has been edited by Mel Bishop (edited April 29, 2003).]
Comment