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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ You can use this version in Windows, but will need to install a python interpret
65
65
|---|---|---|
66
66
| An in-game screenshot of Eleuterio by [@na_th_an](https://github.com/mojontwins) | Ingame screenshot of _El Hobbit_ by [@Wilco2009](https://github.com/wilco2009)| Ingame screenshot of _Knignt and Demonds DX_ by [Einar Saukas](https://github.com/einar-saukas)
67
67
68
-
See more examples at the [Relased Programs](https://zxbasic.readthedocs.io/en/latest/released_programs/) page.
68
+
See more examples at the [Released Programs](https://zxbasic.readthedocs.io/en/latest/released_programs/) page.
69
69
70
70
QUICK START
71
71
-----------
@@ -94,7 +94,7 @@ Create a text file with the following content:
94
94
95
95
Save it as `hello.bas` and finally compile it with:
96
96
~~~~
97
-
zxbc -taB hello.bas
97
+
zxbc -f tap --autorun --BASIC hello.bas
98
98
~~~~
99
99
100
100
If everything went well, a file named `hello.tap` should be created.
0 commit comments