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)