diff --git a/File-formats.md b/File-formats.md new file mode 100644 index 0000000..d705576 --- /dev/null +++ b/File-formats.md @@ -0,0 +1,8 @@ +## File Formats + +| File Ending | Type | Description | +|-------------|-----------|--------------------------------------------| +| .dsa | Assembly | Assembly language file | +| .dsb | Binary | Binary file containing compiled instructions | +| .dsc | Code | Source code file for the DSC language | +| .dsd | Disk | Disk image file |