scene.org File Archive

File download

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

File size:
68 796 bytes (67.18K)
File date:
2024-12-29 14:13:04
Download count:
all-time: 0

Preview

  • file_id.diz.txt 827B
  • RESULT.png 18.54K
  • SOURCE.png 51.90K
  • SOURCE.txt 529B
  • VCCC24.ssd 200.00K

file_id.diz

gift box (6502 assembly) 1.0

Author: David Payne
Category: Christmas Challenge 2024
System: BBC Micro
Language: 6502 assembly
Len source code: 496 bytes
Len exe file: 60 bytes
Len code only: 60 bytes
Instructions:
Save the VCCC24.ssd file on your local PC
From the https://bbc.xania.org website
click on Discs
From examples or local
Choose file
select the saved VCCC24.ssd file
enter *RUN VCCC24

Description:
Output 3 rows of 19 minus signs (-), 9 rows apart.
Also output \O/ above the first row of minus signs.
Output 3 columns of 19 characters, 9 columns apart.
Check the character being overwritten.
If it's a - then output a plus sign (+) else output an exclamation mark (!).

Comments:
The backslash character (\ = ASCII 92) isn't available in the default screen mode.
It is displayed as ½.