VCCC3_MSX_ASM_v3

Author:          Gallegux
Category:        Christmas Challenge or Wild
System:          MSX
Language:        Assembler
Len source code:
Len exe file:
Len code only:   67
Instructions:
To run the program use the disk image included and then type BLOAD"STAR.BIN",R
Description:
Bytes secuence with the number of characters to print
Comments:
Developed with WEBMSX.ORG online emulator with 'MSX Europe PAL' machine.
After booting the screen columns is 37, so this program works with 37 columns.
Program compiled with WINAPE (compiled_code.png), then get the bytes and put them into CREABIN.BAS
(with bytes_to_datas.py that generates the data lines).
CREABIN.BAS writes the program directly to memory and save it to disk (STAR.BIN).