Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Microsoft Basic 1.0
The standard BASIC language for Thomson computers

BASIC 1.0 is the standard BASIC language for Thomson computers (MO5, TO7, etc.), which is the reference for the entire range. This is an implementation of Microsoft BASIC (BASIC-69). It was used to introduce children from France to programming in the 1980s (see Computing for All, a 1985 French government plan to introduce computers to the country's 11 million pupils). Three languages were mainly taught: LSE, BASIC and LOGO. School textbooks programs were given in BASIC 1.0 for Thomson and sometimes in ExelBasic for the Exelvision EXL 100.

The first version came with the TO7 computer, released in 1982. On the MO5 (released in 1984 but with smaller ROM), the instruction set is reduced and the double precision is not implemented, so that the interpreter fits in only 12 KB of ROM, instead of 16 KB on the TO7.

An upgraded version was produced under the name of BASIC 128, for the TO7-70, TO9, MO5NR and MO6. It included commands for disc operations and other new instructions.

On the TO8/8D and TO9+, an even more upgraded version under the name of BASIC 512 was provided.

We don't have any images related to Microsoft Basic 1.0 yet.
We don't have any YouTube videos related to Microsoft Basic 1.0 yet.
We don't have any PDF documents related to Microsoft Basic 1.0 yet.
We don't have any Books related to Microsoft Basic 1.0 yet.
We don't have any archived web articles related to Microsoft Basic 1.0 yet.

Keywords

BASIC 1.0 interpreter recognizes the usual commands such as FOR..NEXT, GOSUB..RETURN, IF..THEN..ELSE, and DATA / READ / RESTORE statements.29 Advanced instructions like ON..GOTO and ON..GOSUB were also possible.30

  • ? - Alias to PRINT
  • ' - Alias to REM
  • ATTRB - Character attributes
  • BOX (x1,y1)-(x2,y2) - Draws a rectangle (the top left pixel is (0,0)
  • BOXF (x1,y1)-(x2,y2),color - Fills a rectangle with the given color (optional, if not given use the current pen color). Negative colors lead to filling with the requested color as the background one.
  • CLS - Clear screen
  • COLOR foreground, background - Change pen colors (parameters are optional)
  • CONSOLE
  • DELETE
  • END - Ends program execution
  • FOR v=s TO e STEP n - FOR loop, incrementing v by n each time until it reaches e. The STEP is optional (default is 1) and can be negative.
  • GOTO line - Jump to program line
  • IF a THEN statement ELSE statement - Conditions (the statement can be just a line number)
  • INPUT “message”;variable1,variable2 - Set variables to user-entered values (comma separated). A ? is printed after the message and before reading the values from the user.
  • LINE (x1,y1)-(x2,y2) - Draws a line (first point is optional, current cursor position is used: LINE -(x2,y2))
  • LIST line - List the program in memory (parameter is optional, if missing the whole program is listed)
  • LOCATE x,y - Move the cursor
  • NEW - New program, remove current one from memory
  • NEXT v - Closes FOR loop.
  • PLAY s$ - Plays music. The string is made of notes DO,RE,MI,FA,SO,LA,SI (with # and b modifiers), octave changes (O1-O5), note duration changes (L1-L96), silences (P), tempo changes (T1-T256), attack settings (A0-A255). Spaces are ignored and can be used for readability
  • PRINT value - Prints a value (if the value is suffixed with a ; insert a tabulation after it. else goes to next line)
  • PRINT USING
  • PSET(x,y) - Set a pixel
  • REM - Comments (REMark). Anything following this on the line is ignored.
  • RUN - run the program
  • SCREEN foreground,background,border - Change colors for whole screen
  • COS(v)
  • INT(v)
  • INSTR
  • LEFT$(s$,n) - Get a substring of the N first chars of S
  • LEN(s$)
  • MID$
  • RIGHT$(s$,n) - Get a substring of the N last chars of S
  • RND - Random value between 0 and 1
  • SIN(v)
  • STR$
  • VAL
  • + - Addition, string concatenation
  • -
  • *
  • /
  • MOD
  • @ - Integer division
  • = - Assignment, equality
  • ^

References

  1. "Thomson MO 5". www.old-computers.com. Retrieved 2022-11-28. https://www.old-computers.com/museum/computer.asp?st=1&c=12

  2. "Thomson TO 7". www.old-computers.com. Retrieved 2022-11-28. https://www.old-computers.com/museum/computer.asp?st=1&c=11

  3. "Thomson TO7". Obsolete Tears. 2018. https://www.obsolete-tears.com/thomson-to7-machine-138.html

  4. Roug, Søren. "Quick reference guide to BASIC 1.0". Roug Website. Retrieved 2022-11-28. https://www.roug.org/retrocomputing/emulators/mo5/quickguide.xhtml

  5. "documentations:basic_howto". Demomaker's guide to Thomson computers. 2015. http://pulkomandy.tk/wiki/doku.php?id=documentations:basic_howto

  6. Debart, Patrice (December 1986). "Bidouille du système Thomson TO7 - MO5 - TO9". Le Bulletin de l'EPI. No. 44. https://debart.pagesperso-orange.fr/archives/bidouille_thomson.html

  7. "documentations:basic_keywords". Demomaker's guide to Thomson computers. 2015. http://pulkomandy.tk/wiki/doku.php?id=documentations:basic_keywords

  8. "Thomson TO7". Obsolete Tears. 2018. https://www.obsolete-tears.com/thomson-to7-machine-138.html

  9. Ina.fr, Institut National de l’Audiovisuel- (January 1985). "Plan informatique : conférence de presse Fabius". Ina.fr. http://www.ina.fr/video/CAC88029024

  10. DELHAYE (1987). "DES PROCÉDURES UTILITAIRES EN BASIC POUR TO7 ET MO5" (PDF). Le Bulletin de l'EPI (48): 217. https://edutice.archives-ouvertes.fr/edutice-00000836/file/b48p217.pdf

  11. "THOMSON TO7/70". Ordinateur de collection. 2012. Retrieved 2022-11-28. https://ordinateur-de-collection.webnode.fr/ma-collection/thomson-to7-70/#dscn0058-jpg

  12. "Thomson TO 7". www.old-computers.com. Retrieved 2022-11-28. https://www.old-computers.com/museum/computer.asp?st=1&c=11

  13. "Thomson TO7". Obsolete Tears. 2018. https://www.obsolete-tears.com/thomson-to7-machine-138.html

  14. DELHAYE (1987). "DES PROCÉDURES UTILITAIRES EN BASIC POUR TO7 ET MO5" (PDF). Le Bulletin de l'EPI (48): 217. https://edutice.archives-ouvertes.fr/edutice-00000836/file/b48p217.pdf

  15. Blondel (1982). Initiation au BASIC TO7/TO7-70. CEDIC. http://dcmoto.free.fr/documentation/initiationaubasic/index.html

  16. Wanner (1984). Aller plus loin em BASIC TO7. EYROLLES. http://dcmoto.free.fr/documentation/allerplusloinenbasicto7/index.html

  17. Trost (1984). TO7 56 Programmes BASIC. Sybex. http://dcmoto.free.fr/documentation/56programmesto7/index.html

  18. Monsaut (1984). Jeux en BASIC sur TO7. Sybex. http://dcmoto.free.fr/documentation/jeux-en-basic-sur-to7/index.html

  19. Debart, Patrice (December 1986). "Bidouille du système Thomson TO7 - MO5 - TO9". Le Bulletin de l'EPI. No. 44. https://debart.pagesperso-orange.fr/archives/bidouille_thomson.html

  20. "Thomson MO 5". www.old-computers.com. Retrieved 2022-11-28. https://www.old-computers.com/museum/computer.asp?st=1&c=12

  21. Roug, Søren. "Quick reference guide to BASIC 1.0". Roug Website. Retrieved 2022-11-28. https://www.roug.org/retrocomputing/emulators/mo5/quickguide.xhtml

  22. DELHAYE (1987). "DES PROCÉDURES UTILITAIRES EN BASIC POUR TO7 ET MO5" (PDF). Le Bulletin de l'EPI (48): 217. https://edutice.archives-ouvertes.fr/edutice-00000836/file/b48p217.pdf

  23. Trost (1984). MO5 56 Programmes. Sybex. http://dcmoto.free.fr/documentation/56programmesmo5/index.html

  24. Fabio, Paolo (January 15, 2018). "Retrocomputing: How to install Thomson MO5, MO6, TO7, TO8, TO9 and Olivetti Prodest PC 128 emulator on Windows, Apple Mac, Linux and BSD". Paolo Fabio Zaino's Blog. https://paolozaino.wordpress.com/2018/01/15/how-to-install-thomson-mo5-mo6-to7-to8-to9-and-olivetti-prodest-pc-128-emulator-on-windows-apple-mac-linux-and-bsd/

  25. Blondel (1985). Initiation au BASIC 128 TO7-70. CEDIC. http://dcmoto.free.fr/documentation/initiationaubasic128to770/index.html

  26. Nabonne (1986). Interpreteur BASIC 1.0 des TO7-70 et TO9. EYROLLES. http://dcmoto.free.fr/documentation/interpreteur-basic-to9/index.html

  27. "Thomson TO 8 - TO 8D". www.old-computers.com. Retrieved 2022-11-28. https://www.old-computers.com/museum/computer.asp?st=1&c=238

  28. "Thomson TO 9 plus". www.old-computers.com. https://www.old-computers.com/museum/computer.asp?c=240

  29. "documentations:basic_keywords". Demomaker's guide to Thomson computers. 2015. http://pulkomandy.tk/wiki/doku.php?id=documentations:basic_keywords

  30. "documentations:basic_keywords". Demomaker's guide to Thomson computers. 2015. http://pulkomandy.tk/wiki/doku.php?id=documentations:basic_keywords