scene.org File Archive

File download

<root>­/­parties­/­2023­/­vccc23­/­christmas-diamonds/typhon_cpc_assembler_vc3-2023.zip

File size:
190 580 bytes (186.11K)
File date:
2024-01-03 14:15:18
Download count:
all-time: 2

Preview

  • file_id.diz 965B
  • image-code.png 178.04K
  • image-running.png 21.42K
  • main-rasm.asm 2.60K
  • main-winape.asm 1.15K
  • yellsnow.atp 26B
  • yellsnow.bin 99B
  • yellsnow.dsk 190.25K

file_id.diz

Yellow Snow

Author: Dave Moore (<davemoore22@protonmail.com>)
Category: Christmas Challenge 2023
System:   Amstrad CPC
Language: Z80 (using CPC Firmware)
Len source code: 1176 bytes (with comments)
Len exe file:    99 bytes
Len code only:   99 btyes

Instructions:
Load the yellsnow.dsk (file) in any CPC emulator (such as Caprice32 or Winape)
and type:

MEMORY &7FFF
LOAD "yellsnow.bin", &8000
CALL &8000

Description:
Displays a diamond of stars (using Control Characters for positioning) at nine
positions on the screen thus generating the required shape. Screen is not
cleared beforehand (optionally this can be done in BASIC using CLS)

Comments:
Two versions of the source code are provided; a barebones ones suitable for
compiling and running from source using Winape's Internal Assembler, and one
for use by RASM for generating new Disk Images containing the compiled code
(identitical to the WinAPE version apart from the extra RASM macro
functionality).