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
Copy file name to clipboardexpand all lines: BUILD.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ To create the bbcbasic.bin executable
20
20
### Creating the SD Card Image
21
21
22
22
1. Format the SD card FAT32. Note that cards larger than 32GB may not automatically format FAT32
23
-
2. Copy the folders examples, tests and resources to the SD card
24
-
3. Copy bbcbasic.bin to the root folder of the card
23
+
2. Copy bbcbasic.bin to the root folder of the card
24
+
3. Copy the following folders from this project to the root of the card:
25
+
- `examples`: Original example files by R.T.Russell
26
+
- `tests`: My example files (see [here](https://github.com/breakintoprogram/agon-bbc-basic/blob/main/tests/README.md) for more details)
27
+
- `resources`: Various resource files used by the sample programs
25
28
4. See the [MOS instructions for creating an autoexec.txt file](https://github.com/breakintoprogram/agon-mos#the-autoexectxt-file) for launching BBC BASIC automatically on boot
0 commit comments