* Runs dhrystone. 68.83d/s with terrible code.
[fw/sdcc] / src / z80 / gen.h
index 9af52073ce89442ca807a2f87344ea57d038e89d..8052526e70417e7308559a961ab5fc81c1539f70 100644 (file)
@@ -41,7 +41,9 @@ enum {
     /* Is in the carry register */
     AOP_CRY, 
     /* Is pointed to by IY */
-    AOP_IY, 
+    AOP_IY,
+    /* Is pointed to by HL */
+    AOP_HL,
     /* Is in A */
     AOP_ACC };