da Orazio Cacciola | Mar 22, 2024 | MSX BASIC
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...
da Orazio Cacciola | Mar 12, 2024 | MSX BASIC
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...
da Orazio Cacciola | Mar 2, 2024 | MSX BASIC
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...
da Orazio Cacciola | Feb 22, 2024 | MSX BASIC
Let's continue our lesson from last time, of which my last explanation was on the commands to be able to "work" with files. Today I will talk about how to create sequential files, but before that I haven't said 2 words about the MAXFILES= command. this command...
da Orazio Cacciola | Feb 11, 2024 | MSX BASIC
Greetings to all readers. In this episode I will talk about managing our data and the methods that can be used with our MSX. The data that we can manage is divided into many categories; programs, binaries, texts, archives, images and more. For...
da Stefano Roperto | Feb 5, 2024 | Programming, Turbo Pascal
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...