;TURBO V3.00A CP/M-80 YES MESSAGES PATCH ; ;written by Dennis E. Hamilton, Compuserve 70100,271 ; ;If you prefer to always operate with error messages loaded, the recommended ;mode during Turbo Pascal program development, you can bypass the initial- ;ization option with the following patch. ; ;Note: this patch always attempts to load the message file. ; ;MAKE A BACKUP OF YOUR WORKING TURBO.COM BEFORE APPLYING THIS PATCH!!! ; ; ; ;The turbo compiler will come up and display its copyright notice foe about ;2 seconds while it reports loading of the error message file TURBO.MSG. On ;conclusion of the message loading, the compiler is brought up automatically. ; ;If, in the future, you want to omit the message file to gain a slightly larger ;workspace, just hide the file by renaming it: ; ;A>REN turbox.msg=turbo.msg ; ;When turbo can't find it, it will notify you and continue booting up. ORG 02215H DB 049H DB 06eH DB 069H DB 074H DB 069H DB 061H DB 06cH DB 069H DB 07aH DB 069H DB 06eH DB 067H DB 02eH DB 02eH DB 02eH DB 00dH DB 00aH DB 000H DB 021H DB 000H DB 008H DB 0cdH DB 01dH DB 002H DB 0f6H DB 00bH END