summaryrefslogtreecommitdiffstats
path: root/mix/1.3.2/easter.mixal
diff options
context:
space:
mode:
Diffstat (limited to 'mix/1.3.2/easter.mixal')
-rw-r--r--mix/1.3.2/easter.mixal7
1 files changed, 7 insertions, 0 deletions
diff --git a/mix/1.3.2/easter.mixal b/mix/1.3.2/easter.mixal
index 0ed4332..8de5abc 100644
--- a/mix/1.3.2/easter.mixal
+++ b/mix/1.3.2/easter.mixal
@@ -5,6 +5,7 @@ G CON 0 G will get stored here.
C CON 0 C will get stored here.
X CON 0 X will get stored here.
Z CON 0 Z will get stored here.
+D CON 0 D will get stored here.
ORIG 1000
START JMP DOE
* Date of Easter routine. Assumes Y is in address 0.
@@ -30,5 +31,11 @@ DOE LDX Y Step E1
DIV =25=
DECA 5
STA Z
+ ENTA 5 Compute D
+ MUL Y
+ DIV =4=
+ SUB X
+ DECA 10
+ STA D
STOP HLT
END START