Skip to content

Instantly share code, notes, and snippets.

@jjwatt
Last active January 22, 2020 16:07
Show Gist options
  • Save jjwatt/aec120cde0a5867123dd987ef372c5ca to your computer and use it in GitHub Desktop.
Save jjwatt/aec120cde0a5867123dd987ef372c5ca to your computer and use it in GitHub Desktop.
Create ML string in Atari BASIC
10 PRINT "9000 DIM ML$(26):ML$=";CHR$(34);
20 FOR LOOP=1 TO 26
30 READ DAT
40 PRINT CHR$(27);CHR$(DAT);
50 NEXT LOOP
60 PRINT CHR$(34)
100 DATA 104,162,255,142,252,2,173,11,212
120 DATA 252,2,224,255,208,3,76,6,32,96
130 REM From 8-bit and more on youtube
140 REM https://youtu.be/OwlAcz6DYzU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment