|
|
|
|
|
by Trixter
899 days ago
|
|
The article covers some good points, but misses a few extra things that the Turbo Pascal 7.0 IDE included that made it a true powerhouse: - A full OOP tree to determine parents/traits of descendant objects - The ability to edit, assemble, and trace through both inline and external assembler code - A registers window that showed all registers and flags at any stage of runtime ...all while able to run on the first 4.77 MHz 8088 IBM PC, which was long in the tooth by the time TP 7.0 came out. (The OOP tree required a 286 as they only added it to the protected mode IDE.) This made the TP 7.0 IDE a complete development and debugging environment for assembler as well as Pascal. |
|