I have run into a small problem with PB 3.5 for DOS. This is the code.
reg 1, &H5000
reg 2, &H0001
Call interrupt &H15
When I try to use it in my program I get error 515 fixup overflow.
If I mark out the Call Interrupt statement it compiles fine.
I have plenty of stack space, my code is still relitively small and isn't up
to 64 k code and data and I thought 3.5 for Dos didn't have those limits anyway.
I have tried various combinations of code to get it to work and discovered in
other sections of my program that if I add more print statements or variables
I run into the same problems with error 515. In fact in certain sections I seem to be
limited to 3 Print or If Then statements. Otherwise I get fixup overflows.
Can anyone comment on this? Is this an inherant limit of PB 3.5 for DOS or am
I setting up something wrong in my program? Thanks for any comments.
reg 1, &H5000
reg 2, &H0001
Call interrupt &H15
When I try to use it in my program I get error 515 fixup overflow.
If I mark out the Call Interrupt statement it compiles fine.
I have plenty of stack space, my code is still relitively small and isn't up
to 64 k code and data and I thought 3.5 for Dos didn't have those limits anyway.
I have tried various combinations of code to get it to work and discovered in
other sections of my program that if I add more print statements or variables
I run into the same problems with error 515. In fact in certain sections I seem to be
limited to 3 Print or If Then statements. Otherwise I get fixup overflows.
Can anyone comment on this? Is this an inherant limit of PB 3.5 for DOS or am
I setting up something wrong in my program? Thanks for any comments.
Comment