diff --git a/md/Atari/entries/various-atari-basic.md b/md/Atari/entries/various-atari-basic.md new file mode 100644 index 0000000..3654e88 --- /dev/null +++ b/md/Atari/entries/various-atari-basic.md @@ -0,0 +1,9 @@ +## All Things Atari BASIC + +[**Video Series**](https://rumble.com/playlists/AqAT-JTKuYk) + +Tune in here for more resources supporting the videos in the link above. + +I have a love-hate relationship with BASIC. It's easy to get started, it's difficult to maintain, and it's highly discouraged for anything of any serious complexity, or that requires good performance. However, The OSS BASICXE implementation does afford much better performance than standard Atari BASIC. + +--- diff --git a/md/Atari/index.md b/md/Atari/index.md index b6ca68c..139969a 100644 --- a/md/Atari/index.md +++ b/md/Atari/index.md @@ -6,6 +6,7 @@

+

Various Atari Basic Projects

Let's do 2+2 in Assembler!

Atari 130XE Assembler For Beginners Series

Atari Action! Language Walk-Through

diff --git a/md/MVS/basic.md b/md/MVS/basic.md index 44f3e95..df4cf17 100644 --- a/md/MVS/basic.md +++ b/md/MVS/basic.md @@ -1,5 +1,7 @@ ## BASIC Programming on MVS +[**Video Series**](https://rumble.com/playlists/FkL7iL0yWy0) + There are many flavors of BASIC available for the IBM MVS operating system. The original port of Dartmouth BASIC, known as DTSS BASIC, is called BASIC/360, and is already implemented by the supplement tape for MVS 3.8j. So, everything I do on the emulator is based on that version of BASIC. Here's the original comment flower box from the core BASIC/360 compiler module, written in PL/I. The users of this BASIC compiler did not need to compile th PL/I from source, however. The binary would have been available on the original distribution tape.