You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package will compile PROGRAM.pas with Turbo Pascal 3.3f to a MSX-dos compatible COM file. Runs on Windows Vista and later (tested). Running MAKE.BAT creates a DSK file in the build folder. Create a copy of the folder and place your own Pascal program in the source folder (with include files), set the compiler options in GLOBAL_VARS.bat
When using MS Visual Code editor, open the folder; the tasks.json has a default build task with problem matcher, so compiler errors are handled (SHIFT+CTRL+B). Install Pascal language from the marketplace for correct formatting (in the settings.json, the .inc file type is already set to be Pascal syntax, you may want to add other file types depending how you call your include files)