Parcourir la source

README.md updated

Alexander Shiryaev il y a 5 ans
Parent
commit
b31f906918
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -3,7 +3,8 @@ PICL → PIC16 compiler ([BlackBox](http://www.oberon.ch/blackbox.html) subsys
 Only PIC16F177{3,6,8} is currently supported and tested
 
 Features:
-* Memory banks switching implemented
+* memory banks switching implemented
+* bit access indices may be named numeric constants
 * SLEEP, CLRWDT and RESET commands added
 * "*" operator added (addition with carry)
 * "/" operator added (substraction with borrow)