The turbo-pascal tag has no wiki summary.
2
votes
2answers
159 views
Accessing high Performance Counter in 16-bit Turbo Pascal
I'm trying to use the high performance counter in a 16-bit Turbo Pascal 7 program (don't ask...) running in a WinXP DOS box. I can execute the RDTSC instruction with inline $0F, $31 and the contents ...
2
votes
2answers
244 views
BNF / EBNF for Turbo Pascal (preferably 5.5 or later, because of OOP)?
Does anyone of you know if the BNF or EBNF of Turbo Pascal is available somewhere (LEGALLY!!)?
1
vote
2answers
150 views
Call graph for a turbo pascal program
I am doing some maintenance to a 18 year old pascal program. To help me understand how everything fits together I want to draw a call graph. However I cant find any software that can draw a call graph ...
1
vote
1answer
105 views
Ancient history: Was any version of Turbo Pascal able to compile to Protected Mode on 286 or higher?
I remember 1990's Turbo Pascal 6.0 which had several compiler switches for 80286-specific features, all with a note that they work only in Real Mode but not in Protected Mode. Did Turbo Pascal ever ...
1
vote
1answer
305 views
Pascal - check if array element empty
I'm very sorry to bother you on this outdated language, but is there any way to check if the particular array element is empty in pascal?
It's an integer array, so checking element against empty ...
1
vote
1answer
178 views
Calculating next date in Turbo Pascal [closed]
program date;
uses wincrt;
var
m,ch,ch1,ch2,ch3: string ;
mois,j,a,b: integer ;
begin
write('a');read(a);
write('j');read(j);
write('mois');read(mois);
case mois of
1,3,5,7,8,10: if j<31 then
...
1
vote
2answers
366 views
Terminate hanging program and return to Turbo Pascal 3
I am running Turbo Pascal 3.01A on CP/M 2.2. Suppose my Pascal program, which I run using the R menu option in Turbo Pascal, has a bug and goes into an infinite loop. Is there a special control ...
0
votes
1answer
18 views
Turbo Pascal 3.01A turboh error: “co processor card not responding”
I'm using a very old version of turbo pascal and it uses the turboh.com to compile.
What is special about this *.com (as far as I can tell) is that it will compile on a very old computer we have but ...