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