Turbo Pascal MSX lessons
MSX C Language Lessons
MSX BASIC lessons
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

LESSON 17 – LAGRAPHICS (2nd Part)
Let's continue talking about the other functions of graphics. PSET/PRESETI two commands are practically the same, they draw a point at the specified coordinate. The only difference between the two is that if the color code is omitted, the first one, i.e. PSET, will use the color of...
LAGRAFICA (1st Part)
In this episode we start talking about everything related to the graphics of our beloved MSX. Given the amount of commands and functions, it will be divided into several episodes. But before we start I want to talk about a simple command that allows us to change the number...
LESSON 15 – User-created functions
In this lesson I will briefly explain how to create a function that puts together groups of MSX Basic functions or multiple calculations that we will have to use several times in our programs. Create a single function that encompasses everything said above with a single line of...
