C language for MSX – lesson 4

Pointers are a powerful tool that the C language makes available to programmers.

C language for MSX – lesson 3

C language for MSX Column by Nicola Brogelli (Part 3) Enumerations Enums or enumerations are particular types of data that contain a list of constants, each of which is associated with an integer value. Specifically, the constant values contained...

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 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...

MSX BASIC – lesson 1

"MSX BASIC" COLUMN by Orazio Cacciola (part 1) The PRINT statement Greetings to everyone, a new column begins today, in which I will explain MSX Basic commands and functions that will be used to make our programs. For experts it will be a refresher, but for those...

MSX BASIC – lesson 14

"MSX BASIC" COLUMN by Orazio Cacciola (part 14) Functions for working with strings (2nd part) Let's continue with the other functions, after this episode, there will be no more secrets for manipulating our strings.STR$Returns a string from a value...

MSX BASIC – MSX key table

"MSX BASIC" COLUMN by Orazio Cacciola (bonus) MSX key table I insert the table in the explanation to help you understand better. It is a matrix table that starts from the address &HFBE5 up to &HFBEF i.e. 11X8, but in some bits there are 2 keys inserted...

LESSON 22 – THE DATA MANAGED BY THE MSX (1st Part)

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...

Turbo Pascal MSX – lesson 1

MSX Turbo Pascal Column by Stefano Roperto (part 1) A look from above This is an introductory course to programming in the Turbo Pascal language in the MSX environment. It is not necessary, but it certainly facilitates the task, knowing some...

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...

Turbo Pascal MSX lessons

MSX C Language Lessons

MSX BASIC lessons

Linguaggio C per MSX – lezione 1

C language for MSX – lesson 1

C language for MSX Column by Nicola Brogelli (Part 1) Primitive types The C language provides developers with a series of data types called primitives and a series of operations that can be performed on them. So every...

LEZIONE 20 – LA GRAFICA – GLI SPRITES (5°Parte)

THE GRAPHICS – THE SPRITES (4TH PART)

Here we are at the most important part of the graphics, the one you were waiting for with enthusiasm! How to draw objects or characters on the screen and then make them move: THE SPRITES. Before starting the explanation, let's remember what I said, when...

LEZIONE 20 – LA GRAFICA – GLI SPRITES (5°Parte)

LESSON 18 – LAGRAPHICS (3rd Part)

Before continuing to talk about the other functions of graphics, I would like to apologize to the readers for an error or rather an oversight in the last episode. On the last part of the CIRCLE command, to be precise on its syntax: Syntax: CIRCLE [STEP]...