From d2cdbfac50934e9b20cfda80e337dd319b6e4b21 Mon Sep 17 00:00:00 2001 From: zxq5 Date: Mon, 16 Jun 2025 16:01:45 +0100 Subject: [PATCH] Add File formats --- File-formats.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 File-formats.md 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 |