scene.org File Archive

File download

<root>­/­parties­/­2024­/­vccc24­/­christmas_challenge/issalig_cpc_asm_85b_vc3-2024.zip

File size:
79 383 bytes (77.52K)
File date:
2024-12-29 14:13:04
Download count:
all-time: 0

Preview

  • code.png 75.92K
  • file_id.diz 511B
  • result.png 2.92K
  • vc3.asm 4.68K
  • vc3.bin 85B
  • vc3.dsk 190.25K

file_id.diz

Divisible

Author: issalig
Category: Christmas Challenge
System:   Amstrad CPC
Language: Z80 assembly
Len source code: 
Len exe file:    85
Len code only:   85
Instructions:
Install RetroVirtualMachine or WinAPE
Insert disk vc3.dsk
Then in BASIC type: 
MEMORY &8000
LOAD "vc3.bin", &8000
CALL &8000
Description:
It draws a gift box. It uses a function to get the character from a set
of 4 "+-! ". a=2*(row divby 9) + (col divby 9)
Comments:
I tried to make it small but readable. Enjoy it!