Turbo Pascal MSX lessons
MSX C Language Lessons
MSX BASIC lessons

Turbo Pascal MSX – Lesson 7
FILES (part 1) Turbo Pascal provides a complete set of instructions for managing files. The FILE type is represented by a sequence of objects of the same type, the size of a file is not determined by the type, but a pointer is provided that moves...
Turbo Pascal MSX – Lesson 6
MSX Turbo Pascal Column by Stefano Roperto (part 6) Chapter 6 PROCEDURES AND FUNCTIONS Turbo Pascal, as we saw in chapter 4, provides the programmer with a complete collection of procedures and functions that make the language modern and complete. In...
Turbo Pascal MSX – Lesson 5
MSX Turbo Pascal Column by Stefano Roperto (part 5) Lesson 5 Loops and control instructions In turbo Pascal there are the usual iterative structures present in all high-level languages, the FOR DO loop and the REPEAT UNTIL and WHILE DO structures. ...

C language for MSX – lesson 6
C language for MSX Column by Nicola Brogelli (Part 6) Arrays and Pointers Multidimensional Arrays Until now we have considered one-dimensional arrays, which required only one index to identify an element. C allows you to...

C language for MSX – lesson 5
C language for MSX Column by Nicola Brogelli (Part 5) Arrays and Array Pointers Arrays are sequences of variables of the same type that are stored consecutively in memory and which can be accessed using the same name...

C language for MSX – lesson 4
Pointers are a powerful tool that the C language makes available to programmers.

LESSON 26 – INTERVAL ON, RND AND OTHERS
Good morning everyone, In this episode I will talk about an important interrupt, especially for games, when we want to make an enemy suddenly appear or a useful object, but also to create a stopwatch or a clock and many other things. The COMMAND exploits the...

LESSON 25 – ERROR MANAGEMENT, FUNCTION KEYS AND PROGRAM INTERRUPTION
Good morning everyone. As I mentioned in the last episode, I will talk about error management, how to work with the function keys and control the STOP key. The mistake that is often made is the so-called typo, we will see it appear on the screen...

LESSON 24 – THE DATA MANAGED BY THE MSX (PART 3)
Kind regards to everyone. Today we will close this topic, I will talk about direct or random access files. But first, as I mentioned in the last episode, I will give a small explanation about the program. First of all, the first thing to say is that I used a command which...
