Author:   Gallegux
Category: Vintage Computing Christmas Challenge 2023
System:   MSX
Language: ASM
Len source code: -
Len exe file:    -
Len code only:   41
Instructions:
Open https://webmsx.org and insert disk in emulator.
Type RUN"RUND.BAS to run program from disk (BLOAD"STARS.BIN",R)
Type RUN"RUNM.BAS to load program in memory and then execute it (using DEFUSR).
Type RUN"CREABIN.BAS to write the program bytes into memory and save them into STARS.BIN file.
Description:
-
Comments:
I don't have any MSX and I'm not used to working with MSX emulators. Then I used WINAPE (amstrad Cpc emulator) to compile the program, since the two computers use the same processor (Z80).
With Winape, I compile the program and obtain the bytes of the program and place them in the MSX memory with the CREABIN.BAS program. Once the bytes are in memory, a binary program can be recorded (STARS.BIN) or executed (with DEFUSR).