update more pages

This commit is contained in:
Greg Gauthier 2025-01-17 18:18:25 +00:00
parent 5394bd2c0f
commit 6ecc0cc4d5
3 changed files with 12 additions and 0 deletions

View File

@ -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.
---

View File

@ -6,6 +6,7 @@
<p></p> <p></p>
</div> </div>
<div class="column-tabular full-right"> <div class="column-tabular full-right">
<p><a href="./entries/various-atari-basic.md">Various Atari Basic Projects</a></p>
<p><a href="./entries/two-plus-two.md">Let's do 2+2 in Assembler!</a></p> <p><a href="./entries/two-plus-two.md">Let's do 2+2 in Assembler!</a></p>
<p><a href="./entries/assembler-for-beginners.md">Atari 130XE Assembler For Beginners Series</a></p> <p><a href="./entries/assembler-for-beginners.md">Atari 130XE Assembler For Beginners Series</a></p>
<p><a href="./entries/Action-language-walkthrough.md">Atari Action! Language Walk-Through</a></p> <p><a href="./entries/Action-language-walkthrough.md">Atari Action! Language Walk-Through</a></p>

View File

@ -1,5 +1,7 @@
## BASIC Programming on MVS ## 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. 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. 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.