scene.org File Archive

File download

<root>­/­parties­/­2022­/­vccc22­/­christmas_star_challenge/gallegux_msx_asm_vc3-2022.zip

File size:
600 500 bytes (586.43K)
File date:
2022-12-30 11:32:13
Download count:
all-time: 5

Preview

  • bytes_to_datas.py 284B
  • compiled_code.PNG 273.14K
  • creabin.bas 639B
  • executable.dsk 720.00K
  • executable_without_headers.bin 67B
  • file_id.diz 771B
  • result.PNG 163.71K
  • result2.PNG 172.28K
  • source.asm 514B

file_id.diz

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