scene.org File Archive

File download

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

File size:
18 336 bytes (17.91K)
File date:
2024-12-29 14:13:04
Download count:
all-time: 0

Preview

  • CHRISTMAS_PRESENT - running screenshot.png 6.55K
  • CHRISTMAS_PRESENT - smallest source code size.asm 498B
  • CHRISTMAS_PRESENT - source code.png 10.45K
  • CHRISTMAS_PRESENT.ASM 2.26K
  • CHRISTMAS_PRESENT.BIN 122B
  • FILE_ID.DIZ 800B

file_id.diz

Logier's Annual 2024 Christmas Present coding compeition.
Submission for the Matel Aquarius computer
-Dave / Bushy555.


USE / INSTRUCTIONS
====================
Emulator : Virtual Aquarius by James Tamer.
UTIL --> Load Binary file --> Select "FILE.bin"  (CHRISTMAS_PRESENT.BIN)
Load to address         : $E000
Set USR Address to      : $0000    (Tick this selection box)
Then, back in basic, run: X=USR(0)  <CR>
Program will then execute.

Execution assumptions:
(First program to run immediately after emulator is ran)




BINARY CODE SIZE
=================
Header       : 16  bytes.   (loader header for Aquarius Cartridge area at $E000)
Code         : 106 bytes.
Total Binary : 122 bytes.
Source code  : 498 bytes.   (minimum source code size for successful assembling)