-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the msx-pascal-project-template wiki!
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)