* src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
[fw/sdcc] / src / port.h
index fa127a4e50f350b69a2280442262f82b4929c5ab..d5bcf342e36845fd3a604eec13ab52b9780234f0 100644 (file)
@@ -294,7 +294,7 @@ typedef struct
     bool (*hasNativeMulFor) (iCode *ic, sym_link *left, sym_link *right);
 
     /** Returns true if the port has implemented certain bit
-        manipulation iCodes (RRC, RLC, SWAP, GETHBIT)
+        manipulation iCodes (RRC, RLC, SWAP, GETHBIT, GETABIT, GETBYTE, GETWORD)
     */
     bool (*hasExtBitOp) (int op, int size);